<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Csv on ilham.dev</title><link>https://ilham.dev/tags/csv/</link><description>Recent content in Csv on ilham.dev</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 27 Sep 2026 00:00:00 +0700</lastBuildDate><atom:link href="https://ilham.dev/tags/csv/index.xml" rel="self" type="application/rss+xml"/><item><title>How I convert lists without manually editing every line</title><link>https://ilham.dev/posts/how-to-convert-lists-without-manually-editing-every-line/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-convert-lists-without-manually-editing-every-line/</guid><description>Many small data tasks are just list shape problems: one item per line needs to become CSV, JSON, quoted strings, or an SQL IN list.
The List Converter tool is useful because it lets me check the result in a small, controlled place before I use it in a bigger workflow.</description></item><item><title>How I generate SQL INSERT statements from CSV or JSON</title><link>https://ilham.dev/posts/how-to-generate-sql-inserts-from-csv-or-json/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-generate-sql-inserts-from-csv-or-json/</guid><description>Sometimes I have a small table of data and need to insert it into a database. For a few rows, writing SQL by hand is fine. For many rows, it is boring and error-prone.</description></item><item><title>How I open a CSV file without spreadsheet surprises</title><link>https://ilham.dev/posts/how-to-open-a-csv-file-without-spreadsheet-surprises/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-open-a-csv-file-without-spreadsheet-surprises/</guid><description>A CSV viewer helps inspect tabular data before importing it into a database, spreadsheet, or script.
The CSV Viewer tool is useful because it lets me check the result in a small, controlled place before I use it in a bigger workflow.</description></item><item><title>How I turn CSV into JSON without breaking the data</title><link>https://ilham.dev/posts/how-to-turn-csv-into-json-without-breaking-the-data/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-turn-csv-into-json-without-breaking-the-data/</guid><description>CSV is easy to open in a spreadsheet. JSON is easy to use in APIs and code. Moving between them sounds simple, but small details can break the data.
The CSV and JSON Converter helps convert CSV to JSON and JSON back to CSV in the browser.</description></item><item><title>How I turn JSON into CSV for spreadsheets without flattening the wrong thing</title><link>https://ilham.dev/posts/how-to-turn-json-into-csv-for-spreadsheets/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-turn-json-into-csv-for-spreadsheets/</guid><description>CSV is a table, while JSON can be deeply nested. Conversion works best when the JSON is an array of similar objects.
The JSON to CSV tool is useful because it lets me check the result in a small, controlled place before I use it in a bigger workflow.</description></item><item><title>How I turn terminal tables into Markdown or CSV</title><link>https://ilham.dev/posts/how-to-turn-terminal-tables-into-markdown-or-csv/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-turn-terminal-tables-into-markdown-or-csv/</guid><description>Terminal output is readable to humans, but often awkward to paste into docs, spreadsheets, or issue reports.
The CLI Table Converter tool helps me inspect the input and output without writing a one-off script first.</description></item></channel></rss>