Issue with CSV format

Hi, having and issue with CSV file.

I use Crowdin’s API to add the file into system, so my scheme looks normal, it’s just a:

identifier; source_string; translation; context;

Still, all content is uploaded into 2 columns, into the Identifier and Source string, without separation. How can I fix this?

1 Like

Anna, please try using just a comma as a new column identificator

Like:

identificator, source, translation

Should work :slightly_smiling_face:

1 Like

Hi Maximus, yes, it was a case, I’ve switched to comma and now it works just great. Thanks you very much! To be honest, here it’s even written down, I’ve just forgot to check docs before my work :slight_smile:

1 Like