I have a csv file with 7 columns. 6th column has value like "A,B,C" and 7th column has numbers, rest of the columns has int and text. While importing, 6th column is taking value A and 7th column with value B, but it should be like 6th column with ABC and 7th with int.
-
Should be a setting for Text Qualifier, you need to set that to use quotes.Brad– Brad2019-07-31 18:28:34 +00:00Commented Jul 31, 2019 at 18:28
-
What method are you using for importing?tim– tim2019-07-31 18:44:18 +00:00Commented Jul 31, 2019 at 18:44
-
If you are using the Import option, there should be a Quote Options tab. But as @tim said, what method are you using?Jacob H– Jacob H2019-07-31 18:46:04 +00:00Commented Jul 31, 2019 at 18:46
-
Also this thread should help you.Jacob H– Jacob H2019-07-31 18:46:21 +00:00Commented Jul 31, 2019 at 18:46
Add a comment
|