<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>csv &amp;mdash; sandeepk</title>
    <link>https://blogs.dgplug.org/sandeepk/tag:csv</link>
    <description></description>
    <pubDate>Thu, 30 Apr 2026 21:27:50 +0000</pubDate>
    <item>
      <title>Converting HTML Tables to CSV</title>
      <link>https://blogs.dgplug.org/sandeepk/converting-html-tables-to-csv</link>
      <description>&lt;![CDATA[Today, I decided to analyze my bank account statement by downloading it from the day I opened my bank account. To my surprise, it was presented as a web page. Initially, my inner developer urged me to write code to scrape that data. However, feeling a bit lazy, I postponed doing so.&#xA;&#xA;Later in the evening, I searched the web to find an alternate way to extract the data and discovered that HTML tables can be converted to CSV files. All I had to do was save the code in CSV format. I opened the Chrome browser&#39;s inspect code feature, copied the table, saved it with the CSV extension, and then opened the file with LibreOffice. Voila! I had the spreadsheet with all my transactions.&#xA;&#xA;Cheers!&#xA;&#xA;TIL&#xA;CSV&#xA;HTML Table&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Today, I decided to analyze my bank account statement by downloading it from the day I opened my bank account. To my surprise, it was presented as a web page. Initially, my inner developer urged me to write code to scrape that data. However, feeling a bit lazy, I postponed doing so.</p>

<p>Later in the evening, I searched the web to find an alternate way to extract the data and discovered that HTML tables can be converted to CSV files. All I had to do was save the code in CSV format. I opened the Chrome browser&#39;s inspect code feature, copied the table, saved it with the CSV extension, and then opened the file with LibreOffice. Voila! I had the spreadsheet with all my transactions.</p>

<p>Cheers!</p>

<p><a href="/sandeepk/tag:TIL" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">TIL</span></a>
<a href="/sandeepk/tag:CSV" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">CSV</span></a>
<a href="/sandeepk/tag:HTML" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">HTML</span></a> Table</p>
]]></content:encoded>
      <guid>https://blogs.dgplug.org/sandeepk/converting-html-tables-to-csv</guid>
      <pubDate>Sat, 15 Apr 2023 17:41:58 +0000</pubDate>
    </item>
  </channel>
</rss>