Tab Delimited Issue

G

GEORGIA

Hi,
I am trying to Link a text file tab delimited, however one of the column
(comment field) has tabs also therefore when I try to link the file, it
seperates the comments.
For Example:
Date: 1/1/2010
Comments: this is a test<tab? purposely only
User: John Doe

so when that is linked it sort of looks like this:
1/1/2010, this is a test, purposely only, john doe.

There are about 36 headers and comment field is in the middle, and when
link, it is throwing the data into next line making impossible to capture
some of the data.

Thank you!


is there anyway to fix this?
 
D

David W. Fenton

I am trying to Link a text file tab delimited, however one of the
column (comment field) has tabs also therefore when I try to link
the file, it seperates the comments.
For Example:
Date: 1/1/2010
Comments: this is a test<tab? purposely only
User: John Doe

so when that is linked it sort of looks like this:
1/1/2010, this is a test, purposely only, john doe.

There are about 36 headers and comment field is in the middle, and
when link, it is throwing the data into next line making
impossible to capture some of the data.

Thank you!


is there anyway to fix this?

If the fields are surrounded by quotes, they should be able to
include tabs inside them, just as with quotes, you can have Cr/Lf
inside a data field even though Cr/Lf is the end-of-record marker.

I haven't tried it, though -- I'm just saying it *should* work.
 
G

GEORGIA

they are not surrounded by quotes :(


David W. Fenton said:
If the fields are surrounded by quotes, they should be able to
include tabs inside them, just as with quotes, you can have Cr/Lf
inside a data field even though Cr/Lf is the end-of-record marker.

I haven't tried it, though -- I'm just saying it *should* work.
 

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

Top