I am having a text file with millions of records and have to extract and update to some staging table.
Now the problem is we don't have any text qualifier to the separate columns from others. My column delimeter is "," and I am having some fields like address which may have some ",". I am using 2008 version and know that there should be 20 columns.
I have to deal with this before going for any transformation i.e. while extracting data from the text file. Please let me know some of the best way to deal with this kind of data. I am stumped here and need some help.
Thanks in advance. :)