Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: awilliams1024Hi,
as an example, if you were going to use the Output Excel node to save the data from the dataflow the con#username parameter would be included in the path specified in the 'File' property of the node, e.g.
/home/{{^con#username^}}/Lavastorm_Data/resultsData.xlsx
If the Lavastorm user was 'jdoe' the parameter in above path would be substituted during compilation of the node, resulting in a run-time path of
/home/jdoe/Lavastorm_Data/resultsData.xlsx
Note: The path must exist as the majority of the publishing nodes (Output Excel, Output Delimited, etc) do not create a directory if it does not exist. An exception to this is the Output BRD File node which will create the file structure if it does not exist (subject to the permissions of the user under which the Lavastorm Server is running).
Regards,
Adrian