Please HELP

  • Thread starter Thread starter T :-\)
  • Start date Start date
T

T :-\)

Hi,

I exported my contacts from the outlook into some tab delimited file (CSV)
which I would like to import
into some table but I have this kind of problem.
there is a free text area in the contact and in case that people put some
enter there it will cause the CSV to open a new row
which is not good for me.

any idea how to prevent those enters in the middle of the row ?

Thanks.
 
Hi,

If you are loading the csv into a dataset and displaying it in a
datagrid. dataset.tables(0).defaultview.allownew = false with prevent that
new row line from appearing.

Ken
---------------------------
Hi,

I exported my contacts from the outlook into some tab delimited file (CSV)
which I would like to import
into some table but I have this kind of problem.
there is a free text area in the contact and in case that people put some
enter there it will cause the CSV to open a new row
which is not good for me.

any idea how to prevent those enters in the middle of the row ?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top