Hello all. Normally, I can figure out issues I am having by reading around online, but I am stumped so I think I need to ask the experts. I have a loop set up where I cut a spreadsheet into manageable chunks (because our system gives up over a certain number of rows) and writes them into .csv files. That saves us a lot of manual cutting and pasting.
What I would like to is to be able to have file names of “String”+$${iCurrentIteration}$$, so I can get a list of .csv files which appear as below:
Currently, I have the create file name node set up to have base file name using the CurrentIteration variable, but I can’t figure out how to get the string in front of it.
Hello Ivan, thanks for the suggestion. That looks far more promising! I’m a bit stuck on applying that formula though. I have not come across the error before as it’s the first time I am using this node, so apologies if this is a really novice mistake! I even tried cutting it down to a really simple string so I thought just have “Part0.csv” etc., but to no avail.
Fresh day, fresh brain and I figured it out. It’s because the current iteration is an integer, not a string. That was all All fixed and it works with a test file! Thanks for your help everyone.