Is it possible to generate CSV file in Integration
I swear I saw this somewhere, and maybe I'm just over looking it again.
I am using Integration to Print my label and that works just fine. I would also like to create a .CSV file of the data for my customer when we print the label so the can import the data into the ERP system.
Is that a possibility?
-
Peter Thane
★ BarTender Hero ★
After your Print Document action you could add a Write File Action (from the Output tab options) and set it to write the %EventData% variable into a new file
0 -
Lionel Bateman
★ BarTender Hero ★
I can get one variable, but this label has 20 variables that I need to do. May not be possible though.
0 -
Peter Thane
★ BarTender Hero ★
The %EventData% is the contents of the trigger file. Are all the variables included in there or are they only included in the label (such as from a database lookup) when it prints in which case you would need to the write the data out at that time from within the label itself.
You can configure this from the File>BarTender Document Options>Actions menu item with a sample shown below, including a copy of the output. Please note I have named all the fields that are to be output so they can be referenced as variables in the config
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
3 commentaires