
Parameters:
Key).Key0, 1).The InsertKey action is used to enrich your dataset by adding:
It is a fast and efficient way to generate surrogate keys or inject static parameters into your dataset before further transformation or file operations (e.g., defining file destinations for copy/move actions).
This action is especially useful in dynamic pipelines, allowing for:
Parameter Notes:
Key helps future actions recognize the role of the column.ListFiles).InsertKey to inject:
simpleFileOps.ListFilesScans a folder and lists files matching a pattern (test4211.age).

InsertKeyAdds a constant column named dest with value ./records/copy.age for use by simpleFileOps.

simpleFileOpsUses the generated dest column to copy each file.
Operation: copy
Source column: filePath
Destination column: dest

After executing the simpleFileOps action button, the result is a status column in the output table that provides detailed operation feedback. Each row corresponds to an attempted file operation (e.g., copy, move, delete, rename).

The output file(s), such as copy.age, will appear in the Records tab under the Process section. You can download, inspect, or delete them directly from the interface.
Tip: Use the
RunToFinishLineaction aftersimpleFileOpsto finalize the process and ensure visibility of all outputs.
Notes:
- Using _n in Calculator can generate row indices, but InsertKey is much simpler and faster.
- This action supports both technical metadata tagging and operational enrichment.
- For static pipelines, hardcoded constants can reduce complexity.
