CSV to PDF Barcode Label Generator
CSV Format Information
Please ensure your CSV file follows this format:
| Product SKU | Product Name | UPC | Quantity |
|---|---|---|---|
| PROD 123 | My Great Product | 123456789012 | 6 |
- Each row should represent a single product.
- The UPC column is only required for UPC-A labels, and must be exactly 12 digits.
- The Quantity column is optional.
- The Code 39 barcode is generated from the Product SKU and generates a checksum digit.
- The Product SKU will be trimmed to the first 20 characters.
- The Product Name will be trimmed to the first 25 characters.
- The Quantity column is optional. If provided, it must be between 1 and 999.
- The CSV file should be UTF-8 encoded and use standard line endings (LF or CRLF).
- Use comma (,) as the field delimiter.
- CSVs are limited to a maximum of 5,000 rows.