When i importing data in table from CSV some letters transforms into other symbols. How can i solve that?

When i importing data in table from CSV some letters transforms into other symbols. How can i solve that?
Hello @Nikola_Vojinovic
please attach the csv that demonstrate an issue
Spisak_Ts.csv (5.8 KB)
We were able to reproduce the problem.
The inner task was created Issue [BKNDLSS-28639].
We will post here about the progress.
Hi Nikola,
Try converting the CSV file to UTF8 according to the instructions here:
I just did that and the import worked just fine for me:
Regards,
Mark
It works,thanks