The example below assumes you have a basic knowledge of delimited text files. For more information, see Supported Delimitation Types.
Assume that the data file for this example contains three records shown below. Also assume that one of the objects on the obtains its data from the second field in each of these records and that this object is set to data.
"Product","Product No.","# to Print"
"Apples","121","4"
"Oranges","675","2"
"Bananas","501","3"
Using the procedure listed above, set Serial Numbers to read from database field "# to Print" in the Print Quantity Options dialog. BarTender will print a total of nine items for this print job:
Four apple labels (containing the data 121, 122, 123, 124)
Two orange labels (containing the data 675 and 676)
Three banana labels (containing the data 501, 502, and 503)
You can also read both Copies per Serial Number and Serial Numbers from the same file at the same time. Assume one or more fields has been added to the previous example so that it reads as follows:
"Product","Product No.","Serialize","# to Print"
"Apples","121","4","2"
"Oranges","675","2","0"
"Bananas","501","3","5"
In the Print Quantity Options dialog, set Copies per Serial Number to read from database field "# to Print" and Serial Numbers to read from database field "Serialize". BarTender will output a total of 23 items:
Eight apple labels (two copies of each of the labels containing the data 121 through 124)
Zero orange labels
Fifteen banana labels (5 copies of each of the labels containing the data 501 through 503)