Add File Path
Creates a new column with the same content as an existing column.
Example
name |
John |
Jane |
→
file_path | name |
/users/user1.csv | John |
/users/user2.csv | Jane |
Configuration

Key Considerations
- For file sources, the transform uses the file path in the source.
- For database sources, the transform uses the table name as file path.
- For other sources, the transform ads an empty
file_path
column.