CSV data file printing at end of print job

Hi - I have a workflow that I save a pdf backup then as the last step in the workflow I send to the printer and have a delete process at the end of the complete process. Everything works fine except the csv data file also prints. I have a couple other workflow processes using csv data that do not have this issue. Does anyone know how I can stop the csv data file from printing?

Thank You

It’s hard to say without seeing the workflow. My guess is that the CSV is also hitting the printer. Perhaps you could Print in a Branch and have the Print output as the last step in the branch. Then use the Delete as the last step in the main branch.

You may open a support ticket and send in your workflow configuration file.

Not knowing why it’s not working as you expect, I have a simple answer.

Put a text condition before the print process that looks for content in the file and delete it if it’s not the one you want.

If you chose to look in the PDF, you will have to change the emulation to text, search for %PDF on line 1, then switch the emulation back to PDF and print.

note: If you’re not printing PDF’s and are using a datamapper with the csv, it will output the csv if there is an error in the datamapper. (Check the logs)

SA