In Workflow, how can I tell if a Create Output task has produced a single output vs. separate documents stored in the “filestore” path?
When Create Output uses an Output Preset with Separation, and is checked to process output “Through Workflow”, a text file with a comma-separated list of filenames is produced. I want to detect that, parse the file, and loop through the files moving them into the proper output folder.
I cannot do this with a Text Condition because this file has an error and is missing the line termination characters, so I cannot do a text condition to see if, for example, the first 255 characters contain the string “filestore”.
Note to OL: your developers really need to get on the same page regarding line termination characters. I had to raise a fuss to get the “option” in the data mapper to NOT produce an artificial blank line at the end of text files, now there is a conflict between the Text Condition (rightfully) expected each line to end with a line termination character, but the Create Output task produces files WITHOUT a CRLF…