0

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:

enter image description here

The highlighted area is my 1'st row.

asked Jul 18, 2017 at 8:01
9
  • What is your row terminator? Commented Jul 18, 2017 at 8:11
  • THis is my row delimiter {CR}{LF} Commented Jul 18, 2017 at 8:27
  • can you check if the csv file first row has the CRLF at the end? Commented Jul 18, 2017 at 8:30
  • I have attached the snap in my question, can you check whether it has or not? Commented 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. Commented Jul 18, 2017 at 8:43

1 Answer 1

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 :

enter image description here

enter image description here

enter image description here

answered Jul 18, 2017 at 8:53

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.