How can I use the "FileSystemSource" to read the file name and change the filename or move existing files as part of a dataflow?
Date
Votes
1 comment
-
Mike O'Quinn To move files around, you'll have to use a workflow, specifically the FileSystemActions workflow action. If you're looking to iterate through a directory, you should use the FileSystemSource in a workflow and set it to "loop" (right-click to bring up this option). Then, have another workflow that will handle all of the processing for that particular file. You should map in the "Full Path" field from FileSystemActions to the inner workflow.
Please sign in to leave a comment.