<?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 JsonKit Blog</title>
    <link>https://jsokit.com/blog/tags/csv/</link>
    <description>Recent content in Csv on JsonKit Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>© 2025 JsonKit</copyright>
    <lastBuildDate>Tue, 05 May 2026 17:05:30 +0000</lastBuildDate>
    <atom:link href="https://jsokit.com/blog/tags/csv/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Table Generator Implementation: From Data Editing to Multi-Format Output</title>
      <link>https://jsokit.com/blog/posts/table-generator-implementation-from-data-editing-to-multi-format-output/</link>
      <pubDate>Tue, 05 May 2026 17:05:30 +0000</pubDate>
      <guid>https://jsokit.com/blog/posts/table-generator-implementation-from-data-editing-to-multi-format-output/</guid>
      <description>Table Generator Implementation: From Data Editing to Multi-Format Output When writing technical documentation, I often need to insert tables. Hand-writing Markdown tables is manageable, but converting to HTML or CSV is tedious. Let&amp;rsquo;s build a tool that edits once and outputs in multiple formats.&#xA;The Essence of Three Table Formats Markdown Tables: Pipe-Separated | Name | Age | City | | --- | --- | --- | | John | 30 | NY | | Jane | 25 | LA | The core is using | to separate cells, with the second row as the separator line (alignment).</description>
    </item>
  </channel>
</rss>
