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_pathcolumn.