How to Import Links from a CSV File
Learn how to easily import your links from a CSV file into CodeQR. Perfect for bulk link imports or migrating from other providers.


You can import your existing links into CodeQR via our CSV import feature. This is useful if you have a large list of links to import or if you want to migrate links from another provider.
Step 1: Prepare Your CSV File
Before uploading, make sure your CSV file is formatted correctly. Your CSV file should have the following columns:

CSV Format Notes
- The column names can be customized - you will map them during import
- Use semicolon (;) or comma (,) as delimiter - both are supported
- Wrap values in quotes if they contain special characters
- Leave optional columns empty if not needed
Sample CSV File
Here's an example of a properly formatted CSV file:
LINK,KEY,TITLE,DESCRIPTION,PASSWORD,EXPIRES_AT,TRACK_CONVERSION,TAG_IDS https://example.com/page1,my-link,My Page,A great landing page,,,true, https://example.com/page2,,Second Page,Another description,secret123,2026-12-31,false, https://example.com/page3,promo,,,,,no,
You can also download a sample CSV file directly from the import modal.
Step 2: Open the Import Modal
From your Links dashboard, click on the dropdown arrow (⋮) next to the Add Link button and select Import from CSV.

Step 3: Upload Your CSV File
The import modal will open with a file upload area. You can either:
- Click to browse and select your CSV file, or
- Drag and drop your CSV file into the upload area
Note:





