<?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 Pass the properties of a file to tJava component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Pass-the-properties-of-a-file-to-tJava-component/m-p/2275372#M51769</link>
    <description>Hi,
&lt;BR /&gt;I need to pass the properties of a file like file size, file MD5 value to a tJava component for future use. Currently i am using "tFileProperties" and "tJava" components for this. But i an unable to pass the properties of the file. Please advice.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Babu.</description>
    <pubDate>Sat, 16 Nov 2024 13:05:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:05:54Z</dc:date>
    <item>
      <title>Pass the properties of a file to tJava component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-the-properties-of-a-file-to-tJava-component/m-p/2275372#M51769</link>
      <description>Hi,
&lt;BR /&gt;I need to pass the properties of a file like file size, file MD5 value to a tJava component for future use. Currently i am using "tFileProperties" and "tJava" components for this. But i an unable to pass the properties of the file. Please advice.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Babu.</description>
      <pubDate>Sat, 16 Nov 2024 13:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-the-properties-of-a-file-to-tJava-component/m-p/2275372#M51769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pass the properties of a file to tJava component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-the-properties-of-a-file-to-tJava-component/m-p/2275373#M51770</link>
      <description>Hello Babu
&lt;BR /&gt;Store the file properties in global variables. eg:
&lt;BR /&gt;tFileProperties--main---tJavaRow
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tJava
&lt;BR /&gt;on tJavaRow, store the file properties into global variables: eg:
&lt;BR /&gt;globalMap.put("size", input_row.size);
&lt;BR /&gt;on tJava, use the file properties like:
&lt;BR /&gt;Long size=(Long)globalMap.get("size");
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 10 Feb 2011 07:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-the-properties-of-a-file-to-tJava-component/m-p/2275373#M51770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-10T07:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pass the properties of a file to tJava component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-the-properties-of-a-file-to-tJava-component/m-p/2275374#M51771</link>
      <description>Hi,&lt;BR /&gt;I have one file in repository, I need output all available data in this file along with file properties for all rows.&lt;BR /&gt;Please advise.&lt;BR /&gt;Regards,&lt;BR /&gt;DSR</description>
      <pubDate>Mon, 22 Feb 2016 12:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-the-properties-of-a-file-to-tJava-component/m-p/2275374#M51771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-22T12:04:18Z</dc:date>
    </item>
  </channel>
</rss>

