@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.
anyone good with file from directory
-
I need to upload my images in order - anyone know how to do this?
First thing, that you want to do is use "File Search" and obtain list of strings, each string is one file path.
I don't think that files in folder have something like order. I'm talking about OS, not BAS.
If you need to order files, do it yourself. For example, rename them like this1.png 2.png ...Finally, you need to sort them inside list obtained from "File Search", there is action "Sort" to do that.
If you are posting in single thread, you can just use that list for posting(iterate over it with Foreach action) and post that file with browser.
Do I have to rename the image files?
There is another action to do that "Move File/Folder"