I'm trying to import a CSV file using import export wizard, Im facing an issue. The first row is also added as a column name.
Import wizard:
The highlighted area is my 1'st row.
-
What is your row terminator?Stijn Wynants– Stijn Wynants2017年07月18日 08:11:13 +00:00Commented Jul 18, 2017 at 8:11
-
THis is my row delimiter {CR}{LF}TheDataGuy– TheDataGuy2017年07月18日 08:27:08 +00:00Commented Jul 18, 2017 at 8:27
-
can you check if the csv file first row has the CRLF at the end?Stijn Wynants– Stijn Wynants2017年07月18日 08:30:56 +00:00Commented Jul 18, 2017 at 8:30
-
I have attached the snap in my question, can you check whether it has or not?TheDataGuy– TheDataGuy2017年07月18日 08:38:58 +00:00Commented Jul 18, 2017 at 8:38
-
I can't do it from a snap :), copy the first two rows when opening in notepad, and check if there is a CRLF at the end, if not that is your issue.Stijn Wynants– Stijn Wynants2017年07月18日 08:43:03 +00:00Commented Jul 18, 2017 at 8:43
1 Answer 1
I used your data and was able to do it without any issues. Seems your first row of data does not have {CR}{LF}. The snap of data looks like there is an auto new line rather than you providing it.And that is why the 3rd column has ' Is_Active""1, so the wizard is looking for a comma now. Below is my test with data of similar type :