Write many text files in separate cells.

Parameters:
See dedicated page for more information.
writeOneFilePerCell is a scripted action. Embedded code is accessible and customizable through this tab.
See dedicated page for more information.
The writeOneFilePerCell action allows you to save hundreds or thousands of text files in separate cells. This action is fed by a table in which:
It is typically used in ETL pipelines where individual file generation is required for export, reporting, or data transformation purposes.
Notes:
- Ensure the destination folder exists and is writable.
- File paths can be absolute or relative.
- The
idExistssetting controls how to handle existing files.
You can use a readCSV action to load the following data:
filepath,content
/tmp/output/file1.txt,This is the content of file 1
/tmp/output/file2.txt,This is the content of file 2
/tmp/output/file3.txt,This is the content of file 3
