Hi George,
I realise now that I will need to pre-process the CSV file to insert the double quotes so the data is consistent as you say.
This whole process needs to be done automatically on a weekly scheduled basis so having to manualy take the file and convert is not practical.l
My solution...
I am trying to bulk insert from a comma separated CSV file containing double quotes.
Here is an example CSV file which illustrates what I am referring to:
---------------------------
ID,TextField1,TextField2
23,This is some text for this field,This is some other text
34,”This field, contains...
Does anyone know why I keep getting this error - 'Property let procedure not defined and property get procedure did not return an object' , for the code below, it seems to have occured since I added the line ' xmlDom.preserveWhiteSpace = True', thanks for any help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.