Hi,
Is it possible to save an Alteryx workflow (the actual .yxdb) as part of the workflow?
Thanks,
John
Solved! Go to Solution.
Hi John,
Can you explain the use case?
In the meanwhile in Alteryx look in the menu Options | Export Workflow and see if that matches your needs.
Thanks,
Bob
I understand - thanks for the additional info.
I haven't come across this before so I will leave it to the many other wise folks here. Unfortunately i don't think there is a way to get the current workflows file name which would be helpful here. I recall there were requests to add it as a constant but looking in v11.0 I don't see it as one of the easily accessible ones. Others might know if there is an undocumented method.
Hi @jjc42,
If you are talking about saving the .yxmd, then you can simply put another flow on the canvas. The flow would bring in the current module as a non-delimited file and then output it as a non-delimited file, essentially preserving it as a file with another name.
If you are talking about saving the .yxdb, then I assume that is just the data at any point, which is easy enough with an output tool at the point you want to preserve.
@jjc42 Thank you for the example. I had left the Delimiter configuration field as blank instead of "/0". Including it resolved the following error: Output Data When Quote Mode is Never, field cannot contain a delimiter character.
make that \0 not /0