@super84 I've read it. But I don't understand how it works. Can you make a video about it. Thank you so much
I tried running with the following link: C:\Users\Administrator\Desktop\akm
This directory is empty. After running it, nothing happens.
@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.
I have a csv file with col and row, I want to show log
from a specific cell let say B3 how this possible.
I mean is there any way we can choose from where to start a list. Like we can do in ubot, there we could use table cell or row, and increment etc which is very handy can't we use here.
BAS doesn't have a ready-made tool for working with tables, you can use node js modules to work with them. A Csv file is just text, you can read it in a list, take a string from the list by index, and parse it with the "Parse Line" action
18545d0b-8191-40f1-aba2-49db16bd4ebc-изображение.png