Problem with load data to import set from csv file

michal_masztal1
Tera Contributor

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

Inactive_Us1474
Giga Guru

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.