Custom file name for CSV output

I need to be able to customize the file name for a CSV file output with a value that is read from a table. For example, table A has a value “XYZ-20200505”, and table B is being output to a CSV file, and I want that CSV file to be named “XYZ-20200505”.

Anyway I can do that?

Hi @RB - happy to help!

Unfortunately, the name of the CSV file cannot be dynamically updated with a value from the table. However, you should be able to set the CSV name manually within the step.

If this is a feature that you would like to see, you could post this in the #feature-requests section to bring more visibility and allow other members to chime in.

Let me know if you have any questions!

Thank you Emory, I’ve created a feature request

I am currently using multiple filters to differing CSV files to accomplish a similar issue.