The same supplier catalog issues, over and over again…



This content originally appeared on DEV Community and was authored by Irene

We’ve been dealing with supplier product catalogs in different formats (CSV, XLSX, JSON), and the data is usually all over the place.

Instead of cleaning it up by hand every time, we put together a small CLI tool. It maps fields, transforms values, remaps categories, and can generate IDs if needed. Configurable via YAML. You run it, and get a clean CSV or JSON output.

It’s open-source. No UI, no integrations, just a script that does one job.

If you’re working with catalogs or bulk product data, might be useful:
👉 https://github.com/setronica-dev/product-catalog-import-tool

It’s still early, feedback welcome.


This content originally appeared on DEV Community and was authored by Irene