<?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 Extract a long string (LZH compressed) as save it as a file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280851#M55575</link>
    <description>what do you mean by component which allow to create a file based on a column value?
&lt;BR /&gt;like this
&lt;BR /&gt;myfile=
&lt;BR /&gt;a
&lt;BR /&gt;b
&lt;BR /&gt;c
&lt;BR /&gt;d
&lt;BR /&gt;e
&lt;BR /&gt;"Secondy, how can we uncompress the string before saving the file?" do you want to uncompressed the file?</description>
    <pubDate>Tue, 25 Mar 2008 15:21:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-03-25T15:21:38Z</dc:date>
    <item>
      <title>How to Extract a long string (LZH compressed) as save it as a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280850#M55574</link>
      <description>Hello!
&lt;BR /&gt;I would like to extract long data from a SQL source database:
&lt;BR /&gt;- one column contains the file name
&lt;BR /&gt;- a second one (string with length 2147483647) shoud be the contain of original file attached then compressed with LZH.
&lt;BR /&gt;First, is there any component which allows to create a file based of a column value? If yes, which one?
&lt;BR /&gt;Secondy, how can we uncompress the string before saving the file?
&lt;BR /&gt;Any suggestions, please?
&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 16 Nov 2024 14:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280850#M55574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract a long string (LZH compressed) as save it as a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280851#M55575</link>
      <description>what do you mean by component which allow to create a file based on a column value?
&lt;BR /&gt;like this
&lt;BR /&gt;myfile=
&lt;BR /&gt;a
&lt;BR /&gt;b
&lt;BR /&gt;c
&lt;BR /&gt;d
&lt;BR /&gt;e
&lt;BR /&gt;"Secondy, how can we uncompress the string before saving the file?" do you want to uncompressed the file?</description>
      <pubDate>Tue, 25 Mar 2008 15:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280851#M55575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-25T15:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract a long string (LZH compressed) as save it as a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280852#M55576</link>
      <description>IN system, the attachments are not stored in a vault (with a reference in a table) but stored as a hudge string. This string is the result of the compression with method LZH of the contains of original filer. 
&lt;BR /&gt;Example of Table: 
&lt;BR /&gt;Key FileName Data 
&lt;BR /&gt;id1 doc1.doc AREATET76416161561541ZTYZRTYZRYTZR.... 
&lt;BR /&gt;id2 doc2.doc AREATET65765761561541ZTYZRTYZRYTZR.... 
&lt;BR /&gt;So, i would like to rebuild each file by making the reverse job: for each record, uncompress the string Data and save the result in a file FileName. 
&lt;BR /&gt;Is it better?</description>
      <pubDate>Tue, 25 Mar 2008 15:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280852#M55576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-25T15:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract a long string (LZH compressed) as save it as a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280853#M55577</link>
      <description>I'm not sure but I think I've understand your problem.
&lt;BR /&gt;You want to create some file doc1.doc, doc2.doc wich are the result of the uncompression of data.row1, data.row2 etc...
&lt;BR /&gt;so You want to create temp files with the value of data.row1, data.row2
&lt;BR /&gt;Am I right?</description>
      <pubDate>Tue, 25 Mar 2008 15:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280853#M55577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-25T15:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract a long string (LZH compressed) as save it as a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280854#M55578</link>
      <description>Yes, you're right</description>
      <pubDate>Tue, 25 Mar 2008 17:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280854#M55578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-25T17:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract a long string (LZH compressed) as save it as a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280855#M55579</link>
      <description>I can't test it here. But have you tried to write your data with a tFileOutputXXX? I would say this is the only solution for your problem. But you may run into problems with encoding...</description>
      <pubDate>Tue, 25 Mar 2008 21:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280855#M55579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-25T21:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract a long string (LZH compressed) as save it as a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280856#M55580</link>
      <description>You question isn't really easy, don't worry I'm working on it. Please wait a moment.
&lt;BR /&gt;What software do you use to unzip LZH?</description>
      <pubDate>Wed, 26 Mar 2008 10:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280856#M55580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-26T10:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract a long string (LZH compressed) as save it as a file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280857#M55581</link>
      <description>for LZH uncompression, I am looking for a Java code (in ordr to use it in TOS) which uncompress LZH string. not found yet.</description>
      <pubDate>Wed, 26 Mar 2008 13:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Extract-a-long-string-LZH-compressed-as-save-it-as-a-file/m-p/2280857#M55581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-26T13:31:10Z</dc:date>
    </item>
  </channel>
</rss>

