@GaG Thank you for your help. Till now i found my way to manage easy csv tasks , since csv files are just text with comma for change column, and new lines for change row i can deal this on BAS by creating lists from "Read File to List" and then i can break each list item from "Parse string" with comma as separator. Then i use "Write File" for saving and i can live visualize the edited results on the csv file with a program called "Modern CSV". Thing is that on more advanced scripts i have big CSV files with a lots of rows and columns , sometimes i must to constant return to BAS the index position of partial value search terms on those files. I have found also an alternative way to manage by creating and executing a bat file with call for python for converting csv to xlsx and then i may use "module Excel" that haves all the actions im looking for, but Im wondering why BAS haves those actions only for xslx files, why not for csv also? Anyways till now im very satisfied to BAS but i might need more help in the future on this matter.
Reading input data from csv file of non english
-
I failed to get this thing working. I have input csv file with text which is in czech language. but bas could to read it instead it put some weird characters in between can anyone help how to read this properly?!
plz check the image
Thanks
b211686e-4c81-4d46-b9d0-cb19327d05ce-image.png -
@spa3212 said in Reading input data from csv file of non english:
I failed to get this thing working. I have input csv file with text which is in czech language. but bas could to read it instead it put some weird characters in between can anyone help how to read this properly?!
plz check the image
Thanks
b211686e-4c81-4d46-b9d0-cb19327d05ce-image.pngThe file must be in utf-8 encoding
-
@spa3212 said in Reading input data from csv file of non english:
@Fox so don't know for csv file this doesn't work, but for txt file it does :) anyways thans.
This works for any text file. Attach the file for the test