Problem with load data to import set from csv file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 10:28 AM
Hi everyone.
I have some problem. When I import data to import set from csv file content of columns which names contain '/' are empty.
In other columns data import correctly. Do you know why and how can I do this ?
Thanks for response.
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 11:24 AM
Hi,
If you want add "/" in data then you can use "\" to add the escape character in format of "State/Province". Eg: "abc\/xyz" --> "abc/xyz".
Hope it will work.
Thanks.