How could I save to multiple CSV files in the same script?
I want to have data.csv and variables.csv, so I can read the last page my code was once I close and re-open Kantu.
How could I save to multiple CSV files in the same script?
I want to have data.csv and variables.csv, so I can read the last page my code was once I close and re-open Kantu.
This should work:
store | 111 | !csvLine
store | 222 | !csvLine
csvSave | data.csv
store | 333 | !csvLine
store | 444 | !csvLine
csvSave | variables.csv