<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lists on ilham.dev</title><link>https://ilham.dev/tags/lists/</link><description>Recent content in Lists 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/lists/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 format lines into commas, quotes, and SQL lists</title><link>https://ilham.dev/posts/how-to-format-lines-into-commas-quotes-and-sql-lists/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-format-lines-into-commas-quotes-and-sql-lists/</guid><description>A lot of cleanup work starts as one item per line and needs to become a comma-separated list, quoted list, JSON-ish array, or SQL IN clause.
The Line Comma Formatter tool handles the repetitive part so I can focus on checking whether the result makes sense.</description></item></channel></rss>