<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CSV to HTML in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741104#M101307</link>
    <description>Patrick,&lt;BR /&gt;James's Perl module should work on hpux.&lt;BR /&gt;&lt;BR /&gt;I assume you want to convert csv to a html table, not just make it viewable via a browser, otherwise you could use the AddType command in the browser conf.&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Mar 2006 10:10:30 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2006-03-01T10:10:30Z</dc:date>
    <item>
      <title>CSV to HTML</title>
      <link>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741100#M101303</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am looking for a program or script that will convert CSV files to HTML files.  Does anyone know of such a script or program?</description>
      <pubDate>Tue, 28 Feb 2006 14:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741100#M101303</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2006-02-28T14:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: CSV to HTML</title>
      <link>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741101#M101304</link>
      <description>Hi Patrick:&lt;BR /&gt;&lt;BR /&gt;Have a look at this Perl module to define a HTML table from comma-separated values.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~jmason/HTML-WebMake-2.2/lib/HTML/WebMake/PerlLib/csvtable_tag.wmk" target="_blank"&gt;http://search.cpan.org/~jmason/HTML-WebMake-2.2/lib/HTML/WebMake/PerlLib/csvtable_tag.wmk&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 28 Feb 2006 14:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741101#M101304</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-28T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: CSV to HTML</title>
      <link>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741102#M101305</link>
      <description>Here's a swiss-army-knife version:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://home.hccnet.nl/s.j.francke/t2t/text2table.htm" target="_blank"&gt;http://home.hccnet.nl/s.j.francke/t2t/text2table.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 28 Feb 2006 16:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741102#M101305</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2006-02-28T16:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: CSV to HTML</title>
      <link>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741103#M101306</link>
      <description>Thanks guys.  I forgot to mention that it needs to run on HP-UX.</description>
      <pubDate>Wed, 01 Mar 2006 10:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741103#M101306</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2006-03-01T10:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: CSV to HTML</title>
      <link>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741104#M101307</link>
      <description>Patrick,&lt;BR /&gt;James's Perl module should work on hpux.&lt;BR /&gt;&lt;BR /&gt;I assume you want to convert csv to a html table, not just make it viewable via a browser, otherwise you could use the AddType command in the browser conf.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 10:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741104#M101307</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-01T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: CSV to HTML</title>
      <link>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741105#M101308</link>
      <description>AddType?  Are you referring to filters for the httpd.conf file?  How would you specify that using the perl module?  I have been reading the docs on apache.org regarding that.</description>
      <pubDate>Wed, 01 Mar 2006 10:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741105#M101308</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2006-03-01T10:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: CSV to HTML</title>
      <link>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741106#M101309</link>
      <description>Patrick,&lt;BR /&gt;sorry to confuse the issue.&lt;BR /&gt;&lt;BR /&gt;The Perl module will convert a csv file to a html table format.&lt;BR /&gt;&lt;BR /&gt;My question was whether that was what you wanted to happen i.e. csv to html table.&lt;BR /&gt;If you wanted to just display the csv file as text, you would use the AddType in httpd.conf. We display txt files as text on the browser, but for csv we display as spreadsheet.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 10:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741106#M101309</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-01T10:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: CSV to HTML</title>
      <link>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741107#M101310</link>
      <description>That's exactly what I want.  I have a script already in place to convert a XML spreadsheet to CSV.  Now I need to convert the CSV to HTML.</description>
      <pubDate>Wed, 01 Mar 2006 10:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/csv-to-html/m-p/3741107#M101310</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2006-03-01T10:50:23Z</dc:date>
    </item>
  </channel>
</rss>

