<?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 file conversion in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155834#M901465</link>
    <description>Is there any command in HP-ux servers to convert .csv file to .doc file.</description>
    <pubDate>Mon, 05 Jan 2004 04:02:43 GMT</pubDate>
    <dc:creator>harikrishna</dc:creator>
    <dc:date>2004-01-05T04:02:43Z</dc:date>
    <item>
      <title>file conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155834#M901465</link>
      <description>Is there any command in HP-ux servers to convert .csv file to .doc file.</description>
      <pubDate>Mon, 05 Jan 2004 04:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155834#M901465</guid>
      <dc:creator>harikrishna</dc:creator>
      <dc:date>2004-01-05T04:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: file conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155835#M901466</link>
      <description>Hi,&lt;BR /&gt;NO, i think there is no such utility, since a csv is a Comma Separated Value text file, whereas a .doc is a microsoft proprietary format for storing the documents.&lt;BR /&gt;&lt;BR /&gt;If you tell us the purpose, maybe we can suggest other ideas, like generating html files or pdf files.&lt;BR /&gt;&lt;BR /&gt;html could be an option ? &lt;BR /&gt;&lt;BR /&gt;  Massimo</description>
      <pubDate>Mon, 05 Jan 2004 04:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155835#M901466</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-01-05T04:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: file conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155836#M901467</link>
      <description>You might find a way by using star office but youll have to buy that as I don't belive there is a port of openofficefor HPUX.  It could all get a bit horrible though and Massimo's suggestion of converting to html first seems to me to be the best idea.</description>
      <pubDate>Mon, 05 Jan 2004 04:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155836#M901467</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-01-05T04:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: file conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155837#M901468</link>
      <description>hi,&lt;BR /&gt;   thanks for giving the reply.actually my need is to send the .csv file using mailx command as an attahment.for this i am using &lt;BR /&gt;uuencode.&lt;BR /&gt;   is there any command to foramt the .csv like adjust -m1,which removes all spaces and treat all as words.&lt;BR /&gt;&lt;BR /&gt;Once again thanks for giving the reply.</description>
      <pubDate>Mon, 05 Jan 2004 05:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155837#M901468</guid>
      <dc:creator>harikrishna</dc:creator>
      <dc:date>2004-01-05T05:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: file conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155838#M901469</link>
      <description>mmhh... removing formatting from the file, or removing spaces , or collapsing the spaces ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;remove formatting:&lt;BR /&gt;&lt;BR /&gt;cat yourfile | col -b | uuencode .....&lt;BR /&gt;&lt;BR /&gt;remove/collapse spaces:&lt;BR /&gt;&lt;BR /&gt;cat yourfile | tr -d " " | uuencode ....&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo</description>
      <pubDate>Mon, 05 Jan 2004 06:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155838#M901469</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-01-05T06:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: file conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155839#M901470</link>
      <description>THANKS FOR GIVING THE SOLUTION,one more question i want know&lt;BR /&gt;I WANT TO DO FTP TO ANTOTHER SYSTEM HOW CAN I PASS USER NAME AND PASSWORD TO THAT IN A SHELL SCRIPT</description>
      <pubDate>Mon, 05 Jan 2004 06:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155839#M901470</guid>
      <dc:creator>harikrishna</dc:creator>
      <dc:date>2004-01-05T06:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: file conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155840#M901471</link>
      <description>create an ftp script, like the following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ftp -in HOSTNAME &amp;lt;&amp;lt; EOF&lt;BR /&gt;user USERNAME PASSWORD&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;by&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jan 2004 07:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155840#M901471</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-01-05T07:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: file conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155841#M901472</link>
      <description>you can also use a .netrc file&lt;BR /&gt;see manpage of .netrc&lt;BR /&gt;&lt;BR /&gt;Then you are able to use ftp "hostname" in your script and the .netrc will do the login and file transfer.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter Geluk</description>
      <pubDate>Mon, 05 Jan 2004 08:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155841#M901472</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-05T08:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: file conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155842#M901473</link>
      <description>Thanks for giving the reply</description>
      <pubDate>Mon, 05 Jan 2004 08:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-conversion/m-p/3155842#M901473</guid>
      <dc:creator>harikrishna</dc:creator>
      <dc:date>2004-01-05T08:43:48Z</dc:date>
    </item>
  </channel>
</rss>

