<?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: [resolved] Iterate and use of tFileOutputProperties in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309072#M80332</link>
    <description>Phil, that clears things up a bit. Unfortunately I still don't fully understand the role of tOracleInput_1 and tMap_1. Can you please post screens of your tOracleInput_1 query and the mapping in tMap_1?&lt;BR /&gt;Thanks,&lt;BR /&gt;Osku</description>
    <pubDate>Thu, 08 Jul 2010 11:04:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-07-08T11:04:17Z</dc:date>
    <item>
      <title>[resolved] Iterate and use of tFileOutputProperties</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309067#M80327</link>
      <description>Hello,
&lt;BR /&gt;I am quite new to TOS and now I am facing the following problem. I have to create a file with the following layout:
&lt;BR /&gt;
&lt;BR /&gt;ACTION=NEW
&lt;BR /&gt;BRANCH=1
&lt;BR /&gt;Initials=
&lt;BR /&gt;Firstname=Maryse
&lt;BR /&gt;Name=FOLSOM
&lt;BR /&gt;PersonalNo=
&lt;BR /&gt;EmployeeNo=0021200
&lt;BR /&gt;Department=001
&lt;BR /&gt;Address=
&lt;BR /&gt;
&lt;BR /&gt;ACTION=NEW
&lt;BR /&gt;BRANCH=1
&lt;BR /&gt;Initials=
&lt;BR /&gt;Firstname=Katty
&lt;BR /&gt;Name=VANNESS
&lt;BR /&gt;PersonalNo=
&lt;BR /&gt;EmployeeNo=0021669
&lt;BR /&gt;Department=001
&lt;BR /&gt;Address=
&lt;BR /&gt;and so on.
&lt;BR /&gt;I think tFileOutputProperties could do the job, but I am facing mainly two problems:
&lt;BR /&gt;1° the section name of tFileOutputProperties must be dynamic,based on a card-id that i have in my input (a query)
&lt;BR /&gt;2° one way or the other I will have iterate ..
&lt;BR /&gt;Could someone help me with this one please ? All suggestions welcome!
&lt;BR /&gt;Thanks
&lt;BR /&gt;Philippe</description>
      <pubDate>Sat, 16 Nov 2024 13:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309067#M80327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Iterate and use of tFileOutputProperties</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309068#M80328</link>
      <description>In this case you can use a tmap and map the variables, i am excepting that the data is coming from some database.Do make the file properties file append.</description>
      <pubDate>Sat, 12 Jun 2010 10:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309068#M80328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-12T10:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Iterate and use of tFileOutputProperties</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309069#M80329</link>
      <description>Ok, i got it work !  Used a tFlowToIterate and then iterate on a tOracleInput and a tMap, from there i feed the tFileOutputProperties.&lt;BR /&gt;Philippe</description>
      <pubDate>Wed, 23 Jun 2010 09:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309069#M80329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-23T09:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Iterate and use of tFileOutputProperties</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309070#M80330</link>
      <description>I want to achieve exactly the same as Phil71. Additionally I want to create a new file for each section (eg. CARD00006.txt, CARD00007.txt etc). How would you exactly go about doing this?
&lt;BR /&gt;The following doesn't work as Talend won't allow me to create iterate link from tFlowToIterate to tFileOutputProperties?
&lt;BR /&gt;tMSSQL Input -(Main)-&amp;gt; tMap -(Main)-&amp;gt; tFlowToIterate -(???)-&amp;gt; tFileOutputProperties
&lt;BR /&gt;The challenge seems to be how to map row and it's column/value pairs into tFileOutputProperties key/value pairs. I understand from Phil's reply earlier that he got this working somehow?
&lt;BR /&gt;I'm running Talend 3.2.3.R.</description>
      <pubDate>Thu, 08 Jul 2010 09:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309070#M80330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-08T09:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Iterate and use of tFileOutputProperties</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309071#M80331</link>
      <description>Hi Osku,
&lt;BR /&gt;I think the order in witch you to things may be "wrong". I add print-screen s of my sub-job that creates the properties file.
&lt;BR /&gt;I do a tOracleInput (to find my distinct sections) -&amp;gt;tFlowIterate -&amp;gt; tOracleInput (to query my data key-value sets) -&amp;gt;tMap-&amp;gt;tFileOutputProperties.
&lt;BR /&gt;This works fine, but i put everything in one file .. If you want a seperate file you will have to use a (String)globalMap.get(xxxx) where xxxx is the variablename you created in tFlowiterate (I use this technique for my section names). You will have to put this in the "File Name" field in tFileOutputProperties.
&lt;BR /&gt;I use TOS 4.0.0 .. and I am quite new to TOS ..
&lt;BR /&gt;Philippe.</description>
      <pubDate>Thu, 08 Jul 2010 09:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309071#M80331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-08T09:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Iterate and use of tFileOutputProperties</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309072#M80332</link>
      <description>Phil, that clears things up a bit. Unfortunately I still don't fully understand the role of tOracleInput_1 and tMap_1. Can you please post screens of your tOracleInput_1 query and the mapping in tMap_1?&lt;BR /&gt;Thanks,&lt;BR /&gt;Osku</description>
      <pubDate>Thu, 08 Jul 2010 11:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Iterate-and-use-of-tFileOutputProperties/m-p/2309072#M80332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-08T11:04:17Z</dc:date>
    </item>
  </channel>
</rss>

