<?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: Ascii File to Excel Data Import in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978105#M99494</link>
    <description>Thanks Rodney and Victor.&lt;BR /&gt;&lt;BR /&gt;Both the approach are pretty good.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Anurag</description>
    <pubDate>Tue, 09 May 2006 12:51:30 GMT</pubDate>
    <dc:creator>Anurag_7</dc:creator>
    <dc:date>2006-05-09T12:51:30Z</dc:date>
    <item>
      <title>Ascii File to Excel Data Import</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978102#M99491</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a file which is of the form (Where all the alphabets denote decimal numbers)&lt;BR /&gt;&lt;BR /&gt;A,B,C,D&lt;BR /&gt;E,F,F,F&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;A,D,D,F&lt;BR /&gt;&lt;BR /&gt;Is there a way to import this files contents to a Excel file such that each comma separated number occupies a cell in a row and each line in the file takes a new row in the excel file?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help on this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Anurag</description>
      <pubDate>Tue, 09 May 2006 12:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978102#M99491</guid>
      <dc:creator>Anurag_7</dc:creator>
      <dc:date>2006-05-09T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ascii File to Excel Data Import</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978103#M99492</link>
      <description>Hi,&lt;BR /&gt;Edit your file or use sed to substitute , with ; e.g. under vi :%s/,/;g&lt;BR /&gt;&lt;BR /&gt;save under another name.csv&lt;BR /&gt;Try&lt;BR /&gt;(I just did, works no problem...)&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 09 May 2006 12:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978103#M99492</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2006-05-09T12:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ascii File to Excel Data Import</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978104#M99493</link>
      <description>Just name the file with a ".csv" extension. When opened by Excel, it will automatically be parsed out with each comma seperated item in its own cell.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 09 May 2006 12:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978104#M99493</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2006-05-09T12:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ascii File to Excel Data Import</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978105#M99494</link>
      <description>Thanks Rodney and Victor.&lt;BR /&gt;&lt;BR /&gt;Both the approach are pretty good.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Anurag</description>
      <pubDate>Tue, 09 May 2006 12:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978105#M99494</guid>
      <dc:creator>Anurag_7</dc:creator>
      <dc:date>2006-05-09T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ascii File to Excel Data Import</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978106#M99495</link>
      <description>All the solution were damn good......</description>
      <pubDate>Tue, 09 May 2006 12:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978106#M99495</guid>
      <dc:creator>Anurag_7</dc:creator>
      <dc:date>2006-05-09T12:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ascii File to Excel Data Import</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978107#M99496</link>
      <description>Excel and CSV are two formats that are both well-defined and portable&lt;BR /&gt;The worse is the fact that we have to conclude that M$ has never been able to make a reliable CSV import. They just fuck up all the time.&lt;BR /&gt;&lt;BR /&gt;An example&lt;BR /&gt;&lt;BR /&gt;make a file like:&lt;BR /&gt;&lt;BR /&gt;1,"a",12-11-2004,11/12/2004,12112004,20041112,2004-11-12,"20041112","12112004"&lt;BR /&gt;&lt;BR /&gt;Then take the three approaches of loading that file in Excel:&lt;BR /&gt;&lt;BR /&gt;1. name it test.csv and double click&lt;BR /&gt;2. name it test.csv and use Alt-F Open&lt;BR /&gt;3. name it test.csv and import from data&lt;BR /&gt;&lt;BR /&gt;Note the differences? Yes, all different&lt;BR /&gt;Now save it as CSV. Note that the C in CSV stands for Comma. Now look at the saved file.&lt;BR /&gt;Still like M$ software? I don't. They've used SEMI-colons as field seperators.&lt;BR /&gt;&lt;BR /&gt;The only reliable solution is to do it yourself, using perl and Text::CSV_XS and SpreadSheet::WriteExcel&lt;BR /&gt;&lt;BR /&gt;I wrote the script 'csv2xls', which I now attached. Use and modify it to your liking.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ not enjoying CSV in Excel ]</description>
      <pubDate>Tue, 09 May 2006 12:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978107#M99496</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-09T12:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ascii File to Excel Data Import</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978108#M99497</link>
      <description>IMHO that was too fast a close for the thread. I was not able to type any faster, and when I started to post, there were no answers yet.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 09 May 2006 12:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978108#M99497</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-09T12:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ascii File to Excel Data Import</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978109#M99498</link>
      <description>Hi Procura,&lt;BR /&gt;&lt;BR /&gt;I am sorry for closing the thread so fast :-)&lt;BR /&gt;&lt;BR /&gt;However, i would definitely like to try out your script.&lt;BR /&gt;&lt;BR /&gt;However, when i download the script, i get lots of junk characters inside the file.&lt;BR /&gt;&lt;BR /&gt;I was wondering if it's possible for you to send the script file as a text attachment to me at achourasia@manh.com&lt;BR /&gt;&lt;BR /&gt;Waiting eagerly for ur mail.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for taking out time for me.&lt;BR /&gt;&lt;BR /&gt;Anurag</description>
      <pubDate>Tue, 09 May 2006 13:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ascii-file-to-excel-data-import/m-p/4978109#M99498</guid>
      <dc:creator>Anurag_7</dc:creator>
      <dc:date>2006-05-09T13:52:53Z</dc:date>
    </item>
  </channel>
</rss>

