<?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: How to convert text to csv or xls? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970617#M101809</link>
    <description>Richard - yes - that's what I want it to look like - but without having to do in Excel...&lt;BR /&gt;&lt;BR /&gt;Sandmans tr works fine.&lt;BR /&gt;&lt;BR /&gt;Clay - yes - I've heard of that module - through google - I may have to look at it further..&lt;BR /&gt;&lt;BR /&gt;James - yours works as well....&lt;BR /&gt;&lt;BR /&gt;Kent - yours dropped the last column for some reason?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Wed, 29 Mar 2006 17:05:51 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2006-03-29T17:05:51Z</dc:date>
    <item>
      <title>How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970609#M101801</link>
      <description>I have a tab delimited file (in Unix of course) - is there a "free" way to convert it to csv or xls format?&lt;BR /&gt;&lt;BR /&gt;This has to be done at the Unix level - not from Windows...needs to be part of a script...&lt;BR /&gt;&lt;BR /&gt;Thanks...Geoff</description>
      <pubDate>Wed, 29 Mar 2006 16:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970609#M101801</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-29T16:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970610#M101802</link>
      <description>Hi Geoff...without a sample input file here's my construct:&lt;BR /&gt;&lt;BR /&gt;# tr "\t" "," &lt;INFILE&gt;outfile&lt;BR /&gt;&lt;BR /&gt;cheers!&lt;/INFILE&gt;</description>
      <pubDate>Wed, 29 Mar 2006 16:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970610#M101802</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-29T16:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970611#M101803</link>
      <description>awk '{FS="\t"; for (idx=1;idx&lt;NF&gt; output.csv&lt;BR /&gt;&lt;/NF&gt;</description>
      <pubDate>Wed, 29 Mar 2006 16:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970611#M101803</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-03-29T16:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970612#M101804</link>
      <description>Here's part of the file...&lt;BR /&gt;&lt;BR /&gt;Basically, I want to open in Excel (or management does) and not have to do a "data" -&amp;gt; "Text to columns" every time....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 29 Mar 2006 16:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970612#M101804</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-29T16:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970613#M101805</link>
      <description>This is actually far from trivial. String fields must be enclosed in quotes. Because the string field might contain comma's the comma's need to be quoted as well. You must compose a valid header line. &lt;BR /&gt;&lt;BR /&gt;I would look hard at the Text::CSV Perl module.</description>
      <pubDate>Wed, 29 Mar 2006 16:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970613#M101805</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-29T16:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970614#M101806</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I took your data file and imported in excel.&lt;BR /&gt;Was this what you where trying to do?&lt;BR /&gt;&lt;BR /&gt;open excel &lt;BR /&gt;&lt;BR /&gt;file&lt;BR /&gt;open - pick your file&lt;BR /&gt;Deleminited is checked&lt;BR /&gt;Next&lt;BR /&gt;Tab&lt;BR /&gt;Finish.&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 29 Mar 2006 16:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970614#M101806</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2006-03-29T16:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970615#M101807</link>
      <description>Hi Geoff:&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;# perl -pe 's/(.+?)\t+/"$1",/g;s/,([^"]+?)$/,"$1"/' filename&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 29 Mar 2006 16:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970615#M101807</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-29T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970616#M101808</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Clay, I would look hard to Text::CSV Perl module and/or after I would use Spreadsheet::WriteExcel to create this file.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~alancitt/Text-CSV-0.01/CSV.pm" target="_blank"&gt;http://search.cpan.org/~alancitt/Text-CSV-0.01/CSV.pm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.16/lib/Spreadsheet/WriteExcel.pm" target="_blank"&gt;http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.16/lib/Spreadsheet/WriteExcel.pm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Kenavo&lt;BR /&gt;Pat</description>
      <pubDate>Wed, 29 Mar 2006 17:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970616#M101808</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-29T17:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970617#M101809</link>
      <description>Richard - yes - that's what I want it to look like - but without having to do in Excel...&lt;BR /&gt;&lt;BR /&gt;Sandmans tr works fine.&lt;BR /&gt;&lt;BR /&gt;Clay - yes - I've heard of that module - through google - I may have to look at it further..&lt;BR /&gt;&lt;BR /&gt;James - yours works as well....&lt;BR /&gt;&lt;BR /&gt;Kent - yours dropped the last column for some reason?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 29 Mar 2006 17:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970617#M101809</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-29T17:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970618#M101810</link>
      <description>Wow - those perl modules are intense!&lt;BR /&gt;&lt;BR /&gt;That is going to take me a wee bit to disect....&lt;BR /&gt;&lt;BR /&gt;Is there a Perl Doctor in the house?  :)&lt;BR /&gt;&lt;BR /&gt;Here's my script so far:&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# EC-Inventory-Data-Collection script&lt;BR /&gt;# uses data gathered by /opt/AssetCentre/asset_reporting.ksh&lt;BR /&gt;# which is stored in /var/opt/AssetCentre/reports&lt;BR /&gt;# &lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;RPTDIR=/var/opt/AssetCentre/reports&lt;BR /&gt;TMPFIL=/tmp/EC-Inventory-Data.txt&lt;BR /&gt;CSV=/htdocs/mambo/dmdocuments/Infrastructure/Server-Planning/EC-Inventory-Data-Collection.csv&lt;BR /&gt;&lt;BR /&gt;if [ -f $CSV ] ;&lt;BR /&gt;then&lt;BR /&gt;  cp -p $CSV $CSV.old&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;cat $RPTDIR/label &amp;gt; $TMPFIL&lt;BR /&gt;&lt;BR /&gt;for SERVER in `ls $RPTDIR/*.value`&lt;BR /&gt;do&lt;BR /&gt;  cat $SERVER &amp;gt;&amp;gt; $TMPFIL&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;tr "\t" "," &amp;lt;$TMPFIL &amp;gt;$CSV&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The SERVER.value (tab delimited) files are created from another script - all I want to do is gather all that individual info and put it in a spreadsheet...&lt;BR /&gt;&lt;BR /&gt;Thanks...Geoff</description>
      <pubDate>Wed, 29 Mar 2006 17:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970618#M101810</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-29T17:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970619#M101811</link>
      <description>Note that you little tr stuff has done nothing to handle embedded quotes or embedded comma's nor has it done anything to enclose the string fields in quotes. You also haven't composed a header line, dealt with date fields, or described your numeric fields. There's a reason those Perl modules are "intense".</description>
      <pubDate>Wed, 29 Mar 2006 17:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970619#M101811</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-29T17:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970620#M101812</link>
      <description>Sorry if it's not what you expect to have.&lt;BR /&gt;You wanted a free way to create excel worksheet on unix. &lt;BR /&gt;From CPAN :&lt;BR /&gt;Spreadsheet::WriteExcel will work on the majority of Windows, UNIX and Macintosh platforms. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Pat&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2006 17:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970620#M101812</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-29T17:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970621#M101813</link>
      <description>See this also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sedition.com/perl/delim-to-excel.html" target="_blank"&gt;http://sedition.com/perl/delim-to-excel.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www-128.ibm.com/developerworks/library/l-pexcel/" target="_blank"&gt;http://www-128.ibm.com/developerworks/library/l-pexcel/&lt;/A&gt;</description>
      <pubDate>Wed, 29 Mar 2006 17:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970621#M101813</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-29T17:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970622#M101814</link>
      <description>To punctuate fields by double-quotes try the awk construct below:&lt;BR /&gt;&lt;BR /&gt;# awk -F"\t" '{&lt;BR /&gt;&amp;gt; for (i=1;i&amp;lt;=NF;++i) printf((i&lt;NF&gt;&lt;/NF&gt;&amp;gt; }' q='"' infile&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Wed, 29 Mar 2006 19:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970622#M101814</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-29T19:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970623#M101815</link>
      <description>&lt;BR /&gt;Much the same question was recently discussed in under the somewhat vague title: "AWK - FS and output" :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1008954" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1008954&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Is there a Perl Doctor in the house? :)&lt;BR /&gt;&lt;BR /&gt;Several. What nationality would you prefer? :-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Basically, I want to open in Excel (or management does) and not have to do a "data" -&amp;gt; "Text to columns" every time....&lt;BR /&gt;&lt;BR /&gt;I feel your pain... but not theirs.&lt;BR /&gt;When I open a .TXT with Excel 'it' suggests to interpret it as tab-seperated and all I need to do is click 'finish'.&lt;BR /&gt;Moreover... once I am in a such spreadsheet I can just paste in new tab-seperated text and 'it does the right thing'&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2006 19:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970623#M101815</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-03-29T19:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970624#M101816</link>
      <description>I know this is a really simplistic view of this subject, Geoff, but I just took your attachment from above and just renamed it file.xls and opened it in Excel and the columns kinda worked out.&lt;BR /&gt;&lt;BR /&gt;If your file is built with the output of a script, maybe ou could tweak the output so that you can just save the output file with a name of blahblah.xls and then you could just email the attachment and viola!&lt;BR /&gt;&lt;BR /&gt;I couldn't tell from the content what application you are using to extract that data. But as an example, PerfView used to have an export to csv option that allowed me to save graph output to files named blahblah.xls. OVPA extracts operate much the same way. The xls files opened right up. I still use the extract command to do my management graphs - no conversion tricks necessary. You just have to watch how you transfer the file. You may expect it to be a text file, but once you treat it as an xls file you need to transfer it binary. But it looks like your file has data extracted from a script, so that all may be a moot point.&lt;BR /&gt;&lt;BR /&gt;Of course, if I knew squat about Perl, I think I'd lean toward that option. But I don't, so I try crazy stuff and sometimes it works. :-) I need to get into some Perl, man...&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Thu, 30 Mar 2006 09:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970624#M101816</guid>
      <dc:creator>Andy Torres</dc:creator>
      <dc:date>2006-03-30T09:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970625#M101817</link>
      <description>You look away, and see what happens :)&lt;BR /&gt;&lt;BR /&gt;Have you looked at my own module Spreadsheet::Read? It comes with xlscat, a small script to convert all kinds of spreadsheet like formats to plain text or csv&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~hmbrand/Spreadsheet-Read-0.14/" target="_blank"&gt;http://search.cpan.org/~hmbrand/Spreadsheet-Read-0.14/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It also has a util to show csv in a perl/Tk spreadsheet form.&lt;BR /&gt;&lt;BR /&gt;If you also want a script to convert CSV to XLS, I can give that on request, as I use that on a daily basis.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 30 Mar 2006 09:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970625#M101817</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-03-30T09:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970626#M101818</link>
      <description>Geoff,&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=746822" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=746822&lt;/A&gt;&lt;BR /&gt;discusses conversion to xls format as well. Solution seems to have been to use perl module.</description>
      <pubDate>Thu, 30 Mar 2006 09:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970626#M101818</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-30T09:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970627#M101819</link>
      <description>WTH , here's the csv2xls stuff ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; csv2xls --help&lt;BR /&gt;usage: csv2xls [-s &lt;SEP&gt;] [-q &lt;QUOT&gt;] [-w &lt;WIDTH&gt;] [-d &lt;DTFMT&gt;]&lt;BR /&gt;               [-o &lt;XLS&gt;] [file.csv]&lt;BR /&gt;       -s &lt;SEP&gt;   use &lt;SEP&gt;   as seperator char. Auto-detect, default = ';'&lt;BR /&gt;       -q &lt;QUOT&gt;  use &lt;QUOT&gt;  as quotation char. Default = '"'&lt;BR /&gt;       -w &lt;WIDTH&gt; use &lt;WIDTH&gt; as default minimum column width (4)&lt;BR /&gt;       -o &lt;XLS&gt;   write output to file named &lt;XLS&gt;, defaults&lt;BR /&gt;                  to input file name with .csv replaced with .xls&lt;BR /&gt;                  if from standard input, defaults to csv2xls.xls&lt;BR /&gt;       -f         force usage of &lt;XLS&gt; if already exists (unlink before use)&lt;BR /&gt;       -d &lt;DTFMT&gt; use &lt;DTFMT&gt; as date formats.   Default = 'dd-mm-yyyy'&lt;BR /&gt;&lt;BR /&gt;That should be enough for you :)&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn&lt;/DTFMT&gt;&lt;/DTFMT&gt;&lt;/XLS&gt;&lt;/XLS&gt;&lt;/XLS&gt;&lt;/WIDTH&gt;&lt;/WIDTH&gt;&lt;/QUOT&gt;&lt;/QUOT&gt;&lt;/SEP&gt;&lt;/SEP&gt;&lt;/XLS&gt;&lt;/DTFMT&gt;&lt;/WIDTH&gt;&lt;/QUOT&gt;&lt;/SEP&gt;</description>
      <pubDate>Thu, 30 Mar 2006 09:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970627#M101819</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-03-30T09:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert text to csv or xls?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970628#M101820</link>
      <description>I ended up using Spreadsheet::WriteExcel.&lt;BR /&gt;&lt;BR /&gt;Had to also File-Temp-0.16 and Parse-RecDescent-1.94 following John's "method 1" instructions here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.14/doc/install.html" target="_blank"&gt;http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.14/doc/install.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks all!&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 11:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-convert-text-to-csv-or-xls/m-p/4970628#M101820</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-30T11:05:21Z</dc:date>
    </item>
  </channel>
</rss>

