T
Tom
I can't get the Microsoft Jet OLEDB 4.0 driver to read a tab delimited
text file that has double quotes imbedded in the data. For example
Field1 | Field2 | Field3
Bob | Pant Size 34" Waist | 22
(I'm using a vertical bar here for the tab)
Field2 will contain: Pant Size 34
Field3 will contain: Waist
I have a schema.ini
[MyFile.txt]
ColNameHeader=True
Format=TabDelimited
MaxScanRows=25
CharacterSet=OEM
How do I get it to read the double quote?
Tom
text file that has double quotes imbedded in the data. For example
Field1 | Field2 | Field3
Bob | Pant Size 34" Waist | 22
(I'm using a vertical bar here for the tab)
Field2 will contain: Pant Size 34
Field3 will contain: Waist
I have a schema.ini
[MyFile.txt]
ColNameHeader=True
Format=TabDelimited
MaxScanRows=25
CharacterSet=OEM
How do I get it to read the double quote?
Tom