<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Irene</title>
    <description>The latest articles on DEV Community by Irene (@irene_tsz).</description>
    <link>https://dev.to/irene_tsz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3355647%2Fa1b7eaa5-3e0f-4871-b141-efaa8cd46c03.jpg</url>
      <title>DEV Community: Irene</title>
      <link>https://dev.to/irene_tsz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/irene_tsz"/>
    <language>en</language>
    <item>
      <title>The same supplier catalog issues, over and over again...</title>
      <dc:creator>Irene</dc:creator>
      <pubDate>Thu, 24 Jul 2025 10:58:23 +0000</pubDate>
      <link>https://dev.to/irene_tsz/fixing-supplier-catalog-chaos-csvxlsxjson-with-yaml-cli-330</link>
      <guid>https://dev.to/irene_tsz/fixing-supplier-catalog-chaos-csvxlsxjson-with-yaml-cli-330</guid>
      <description>&lt;p&gt;We’ve been dealing with supplier product catalogs in different formats (CSV, XLSX, JSON), and the data is usually all over the place.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;It’s open-source. No UI, no integrations, just a script that does one job.&lt;/p&gt;

&lt;p&gt;If you’re working with catalogs or bulk product data, might be useful:&lt;br&gt;
👉 &lt;a href="https://github.com/setronica-dev/product-catalog-import-tool" rel="noopener noreferrer"&gt;https://github.com/setronica-dev/product-catalog-import-tool&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s still early, feedback welcome.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>cli</category>
      <category>productivity</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>Open-source tool to import and clean supplier product catalogs (CSV/XLSX/JSON)</title>
      <dc:creator>Irene</dc:creator>
      <pubDate>Tue, 15 Jul 2025 04:58:51 +0000</pubDate>
      <link>https://dev.to/irene_tsz/open-source-tool-to-import-and-clean-supplier-product-catalogs-csvxlsxjson-4cgb</link>
      <guid>https://dev.to/irene_tsz/open-source-tool-to-import-and-clean-supplier-product-catalogs-csvxlsxjson-4cgb</guid>
      <description>&lt;p&gt;Hey everyone 👋&lt;/p&gt;

&lt;p&gt;Just wanted to share a small tool we’ve open-sourced recently, maybe it’ll be helpful to someone dealing with supplier product data.&lt;br&gt;
It started as a utility script we used on several client projects at &lt;a href="https://setronica.com" rel="noopener noreferrer"&gt;Setronica&lt;/a&gt;, and over time it turned into something more reusable.&lt;/p&gt;




&lt;h3&gt;
  
  
  What it does
&lt;/h3&gt;

&lt;p&gt;The idea is simple: suppliers send you product catalogs in different formats, often with messy or inconsistent fields.&lt;br&gt;&lt;br&gt;
This tool helps you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;parse CSV, XLSX, or JSON feeds&lt;/li&gt;
&lt;li&gt;map fields to a standard structure&lt;/li&gt;
&lt;li&gt;apply transformations using YAML config&lt;/li&gt;
&lt;li&gt;get a clean output for import (CSV/JSON)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It runs as a CLI, no UI, no integrations. Just the data logic.&lt;/p&gt;




&lt;h3&gt;
  
  
  Why we open-sourced it
&lt;/h3&gt;

&lt;p&gt;Mostly because we’ve seen this logic rebuilt over and over again - by us, by others, in custom pipelines. So we figured it might save someone time, or at least serve as a starting point.&lt;/p&gt;




&lt;h3&gt;
  
  
  Repo &amp;amp; examples
&lt;/h3&gt;

&lt;p&gt;📂 &lt;a href="https://github.com/setronica-dev/product-catalog-import-tool" rel="noopener noreferrer"&gt;https://github.com/setronica-dev/product-catalog-import-tool&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are some sample configs and files in the repo. It’s still early, not super polished, but it works and is easy to extend.&lt;/p&gt;




&lt;h3&gt;
  
  
  Open to feedback
&lt;/h3&gt;

&lt;p&gt;If you’ve built something similar, would love to hear how you approached it.  Or if you spot issues or ideas — open an issue, or just leave a comment. Thanks for reading 🙌&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
