Dynamic Csv Data Source Updates For .btw Files? 追蹤
I would like to use BarTender's Web print portal services, and have a trial of BT 2016 for Automation that I'm testing. However, I cannot seem to find a solution for the workflow I desire. I have a bunch of data in a CSV, such as the following (first line is titles):
database.csv:
"Device Name", "Department", "Team"
"Epson 2650", "Culinary", "A"
"Dell 1234", "Shipping", "B"
"Epson 2345", "Receiving","B"
"Epson 1010", "Shipping", "C"
...etc.
My labeling goal is to have a list or grid of the device label previews presented to end users, who just search for and select the one they want, choose a quantity and potentially a printer device, and then submit the print job. To do this, I have a .btw label template file that I have created which uses the CSV file as a database source; however, this only shows a single label in the Print Portal since there is only one .btw file being served.
To split this up, I can use Integration Builder or another workflow/scripting routine to parse out the CSV into separate ones on a per-record basis, so we have a series of files such as the following:
epson2650.csv:
1 意見
The problem here is that Print Portal and Print Station use the document and then printer selection as the start point before you then get to product selection. There is no way around that right now short of creating your own .NET application to manage the user interaction in exactly the way you want and then control a BarTender process to print the labels. Does not the eventual use of the record picker in the data entry form for record selection not give sufficiently close enough behaviour?
請登入寫評論。