Find and replace input files

Is there a way to find & replace all within the “input from file section”?

I have various saved transforms, where I get different versions of the same file (eg filea_v1.csv, fileb_v1.csv get updated to filea_v2.csv, fileb_v2.csv, then later to v3 and so on). What I want to be able to do is find all instances of _v1 within the input files and replace with _v2.

The .transform file is a text file. If you want to do a ‘quick and dirty’ rename of a bunch of inputs in a .transform file you can load the .transform into a text editor, do a find and replace and ‘file>save as’ it as a new .transform file. Not very elegant, but it should work. We might come up with a more elegant approach one day.

2 Likes

It may not be very elegant, but it worked, so thanks!

1 Like