Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithThis is a rather roundabout method to solve the problem, but can be done with standard nodes (doesn't require a DOS command node).
Setup a static data node that generates a single record of output.
Connected to that, add an OutputBRD node.. Pick your directory and some random filename.
Then, on the Parameters 2 tab, select the option "Create".
Run the node(s) and it will create the folder, and the BRD file within it.
From there, you can delete the file with the moveFile() operator in a filter.
Then you can write your CSV file into the folder with no problem.
I believe there already is an enhancement request in the system to add the "Create" option to the OutputDelimited node.