New user here. I understand one cannot have a loop within a loop so I am looking for a best practice on how to proceed with what I need to do.
I have a list files task to generate a list of files that match a naming criteria within a folder.
I then have a loop to read those filenames.
Then for each filename I need to get the date from the filename, reformat it and add it to the end of each row in the file.
So to summarize, I need to loop through files, looping through each row in each file adding a column (preprocessing before another program uses these files).
Currently I have a .vbs script that does this but I am trying to do this entirely in VisualCron instead of having VisualCron call the script for each file (which does work).
Any ideas or guidance? Thank you!
Gary