Hi everyone,
I am trying to import some data from a .csv file into a table I created using an XMLport.
I setup the XMLport as following:
Format : Variable Text
FieldDelimiter : <">
FieldSeparator : <,>
RecordSeparator : <<NewLine>>
When running it, I get the result in the following image:
What shall I do?
Answers
Best thing is to create a new data file in notepad - do this by highlighting and the copying (ctrl+c) the data in Excel and then pasting into notepad. Also, make sure the unit price does not have the strange character in it - it should work then.
now I am getting the following error:
Infact, I replaced the settings of the XMLport as following: and it did worked...
I've tried that before but it didn't work since I was using an Excel file instead of a Text file...
Thank you for pointing that out to me