Exporting Tag Data

You will export tag information to a file that can be download to a bar code scanner for use there. This can be useful for performing a cycle count when all you want to know is the Tag (where its located), the part number and whether the part is serialized or not.

The format of the Data

All fields will be one of two types:

CSV Fields Exported

Column Name Type Description
Tag Numeric The tag number of where inventory is located.
PartNum Text The part number to be received.
HasSerialNum Text If the part is serialized, then this value will be a "Y". Otherwise it will be "N".

Creating a CSV file

In order to import your data, you must first export it to a comma separated values (CSV) text file. All major spreadsheet programs can export data in this format. If you do not know how to export your data to a CSV file, please refer to the documentation of your spreadsheet program.

When exporting to CSV format, make sure to verify the following: