Hi,
In my workflow I get data from a database and also get a timestamp value from another database table append the timestamp field to the main dataset, then I use output data tool to generate a CSV file with the timestamp(I use Take File/Table Name from Filed option in the output file). Everything works fine as long as the output has at least one record, but there are some cases that the output has no record ( just the header row) and I still need to generate CSV with timestamp. When there is no record in the main dataset of course append tool doesn't append the timestamp field, but in such scenarios I won't get any output because output data tool looks for the timestamp filed to name the output file. Any suggestions how we can resolve this?
thanks,