Skip to main content
Moves a file from one location to another. Unlike copying, the original file is removed once the move succeeds. Use this to tidy up after processing, for example moving an imported order file out of an inbox folder into a processed folder, or relocating a file to a different filesystem connection such as an FTP server or an S3 bucket. The data passing through is left unchanged, so this step is purely an action on files.

Fields

Sample data

This step moves a file rather than transforming the data, so there is no before/after to show. The configuration below moves an imported order file into a processed folder on the same connection, giving it a new name if a file with that name is already there.
FieldValue
Source filesystem connectionThe connection holding the imported file
Path of the fileinbox/order-1042.csv
Destination directoryprocessed
When the destination existsRename
Rename strategyAdd an increasing number to the filename