View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Testing Testing is offline
external usenet poster
 
Posts: 3
Default Importing Data problem - Resolved, sort of

Here's what was happening; all fields were already surrounded by double
quotes and separated by commas from the original export. Within that
particular field there was quoted text. I'm assuming that the end quotes of
that text interfered with the proper import. Removing the quotes around the
text allowed for successful import. Will figure out a way to determine actual
quoted text within the fields, substiute prior to data import then replace.

Thanks so much for the information that ultimately led to a resolution!

"David Biddulph" wrote:

It will tend not to split at a comma if this falls within a text field
enclosed in quotes, but will split otherwise. It gets more complicated if
the field also contains quotes, so if you save as a cvs Excel will double up
the quote marks in this situation.
--
David Biddulph

"Testing" wrote in message
...
There does happen to be a ", space" immediately before where the data
splits
but there are hundreds of those all throughout the data and it doesn't
happen
in those places.


"DaveO" wrote:

I've seen this happen in a text field when the field contains a
punctuation comma that the import perceives as a delimiter. If you
look at the raw file, does that string contain a comma?