Bulk generation and CSV
Prepare a CSV for bulk generation
Export UTF-8, keep one row per code, keep the header row exactly as expected, and validate a handful of rows before uploading thousands. Most bulk failures are encoding or column problems, not Mosaqo problems.
Steps
- Save as UTF-8. A file exported in a local code page turns accented characters into noise.
- Keep the header row unchanged, and do not reorder columns on the assumption that names are matched.
- Include the scheme in every URL — a bare
example.comis not a valid destination. - Trim trailing spaces, which survive a spreadsheet and break a URL.
- Test with ten rows before submitting the full file.
How to check it worked
The preview shows the values you expect in the columns you expect, with accented characters intact.
What usually goes wrong
- A spreadsheet saved in a local encoding rather than UTF-8.
- A semicolon-separated export where commas were expected.
- URLs missing
https://.
Did this get the job done?
This did not help
Write to us with the platform and version, the steps you took, the result you expected, and the workspace or QR code involved. Mask any secret before you attach anything.
Write to support