<?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 use Talend Studio to parse a JSON file containing an array to multiple files contains each element in the array? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378211#M140022</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You need to iterate each record using tFlowToIterate,  the job looks like:&lt;/P&gt;&lt;P&gt;tFileInputJson--main(row1)--tFlowToiterate--iterate--tFixedFlowInput--main--tFileOutputJson&lt;/P&gt;&lt;P&gt;tFixedFlowInput: get the current record&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what should be the output file name? Do you need some data like appAccountID (11) from the record will be part of file name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
    <pubDate>Fri, 18 Feb 2022 08:11:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-18T08:11:09Z</dc:date>
    <item>
      <title>How to use Talend Studio to parse a JSON file containing an array to multiple files contains each element in the array?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378210#M140021</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a need to use Talend to parse a JSON file, like shown below and uploaded, and separate the three element (objects) and save them into separate files for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"Employer"&lt;/P&gt;&lt;P&gt;: {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"PEXBatchID"&lt;/P&gt;&lt;P&gt;: &lt;/P&gt;&lt;P&gt;"1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"Employee"&lt;/P&gt;&lt;P&gt;: {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"appAccountID"&lt;/P&gt;&lt;P&gt;: &lt;/P&gt;&lt;P&gt;"11"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"Employer"&lt;/P&gt;&lt;P&gt;: {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"PEXBatchID"&lt;/P&gt;&lt;P&gt;: &lt;/P&gt;&lt;P&gt;"2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"Employee"&lt;/P&gt;&lt;P&gt;: {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"appAccountID"&lt;/P&gt;&lt;P&gt;: &lt;/P&gt;&lt;P&gt;"22"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"Employer"&lt;/P&gt;&lt;P&gt;: {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"PEXBatchID"&lt;/P&gt;&lt;P&gt;: &lt;/P&gt;&lt;P&gt;"3"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"Employee"&lt;/P&gt;&lt;P&gt;: {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;"appAccountID"&lt;/P&gt;&lt;P&gt;: &lt;/P&gt;&lt;P&gt;"33"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using &lt;/P&gt;&lt;B&gt;tFileInputJSON &lt;/B&gt;&lt;P&gt;component, we can see there are three records, but we don't know how to save them into separate files.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OBjbKAAT.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150787i16CBFD6A278234C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OBjbKAAT.jpg" alt="0695b00000OBjbKAAT.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 4054&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;{"Employee":{"appAccountID":"11"},"Employer":{"PEXBatchID":"1"}}&lt;/P&gt;&lt;P&gt;{"Employee":{"appAccountID":"22"},"Employer":{"PEXBatchID":"2"}}&lt;/P&gt;&lt;P&gt;{"Employee":{"appAccountID":"33"},"Employer":{"PEXBatchID":"3"}}&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do any of you have any suggestions on how to achieve this?  Your help is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chang-Ping Hsiao&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378210#M140021</guid>
      <dc:creator>changpinghsiao</dc:creator>
      <dc:date>2024-11-15T23:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Studio to parse a JSON file containing an array to multiple files contains each element in the array?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378211#M140022</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You need to iterate each record using tFlowToIterate,  the job looks like:&lt;/P&gt;&lt;P&gt;tFileInputJson--main(row1)--tFlowToiterate--iterate--tFixedFlowInput--main--tFileOutputJson&lt;/P&gt;&lt;P&gt;tFixedFlowInput: get the current record&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what should be the output file name? Do you need some data like appAccountID (11) from the record will be part of file name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 08:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378211#M140022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-18T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Studio to parse a JSON file containing an array to multiple files contains each element in the array?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378212#M140023</link>
      <description>&lt;P&gt;@Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response and help.  I will try your solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output file name is not important here, as they will all be processed removed from the location when the job finishes.  I was thinking of some auto-generated number, but getting specific data from each record for the filename would be nice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chang-Ping Hsiao&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 16:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378212#M140023</guid>
      <dc:creator>changpinghsiao</dc:creator>
      <dc:date>2022-02-18T16:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Studio to parse a JSON file containing an array to multiple files contains each element in the array?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378213#M140024</link>
      <description>&lt;P&gt;@Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried your solution, but it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is only 1 row to tFileOutputJson.&amp;nbsp;See screenshot below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OBs2dAAD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155376iF647CEFA55464633/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OBs2dAAD.jpg" alt="0695b00000OBs2dAAD.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configurations for all four components are also captured in the following screenshots.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OBs37AAD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131626iAA3EDFA4B66B60EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OBs37AAD.jpg" alt="0695b00000OBs37AAD.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OBs3gAAD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133651iA9149B8AA25EBB89/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OBs3gAAD.jpg" alt="0695b00000OBs3gAAD.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OBs3qAAD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136183i215F66C39BD8B0E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OBs3qAAD.jpg" alt="0695b00000OBs3qAAD.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OBs4UAAT.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150502i3AA70F81CD03D3A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OBs4UAAT.jpg" alt="0695b00000OBs4UAAT.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output files (two, out-null.json and out-1.json, archived in out.zip file) I get only contain the following content.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"data":[{"Data":null}]}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to use the Mode in tFixedFlowInput, even after checking document online (at https://help.talend.com/r/en-US/7.3/tfixedflowinput/tfixedflowinput?tocId=f4ZiQ8GJByf7hZnDZVS8LA).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, if you know it and you don't mind, could you please direct me to the information about the differences between the Main and Iterate rows?&amp;nbsp;I found out some components don't work with some row types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chang-Ping Hsiao&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 16:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378213#M140024</guid>
      <dc:creator>changpinghsiao</dc:creator>
      <dc:date>2022-02-18T16:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Studio to parse a JSON file containing an array to multiple files contains each element in the array?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378214#M140025</link>
      <description>&lt;P&gt;On tFixedFlowInput_2,  get the current record, set the value of  Data column as: (String)globalMap.get("row11.Data")&lt;/P&gt;&lt;P&gt;If the file name isn't important, you can generate a dynamic file name like this:&lt;/P&gt;&lt;P&gt;"d:/file/out"+((Integer)globalMap.get("tFlowToIterate_1_CURRENT_ITERATION"))+".json"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 02:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378214#M140025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-19T02:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Studio to parse a JSON file containing an array to multiple files contains each element in the array?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378215#M140026</link>
      <description>&lt;P&gt;@Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for showing me what to use to get data in tFixedFlowInput.  I can see the data now, but only the last record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see below, there is only 1 row for tFileOutputJSON, and it's the last record.  And the "((Integer)globalMap.get("tFlowToIterate_1_CURRENT_ITERATION"))" doesn't really get the iterate.  The file name for &lt;B&gt;out-"+((Integer)globalMap.get("tFlowToIterate_1_CURRENT_ITERATION"))+".json"&lt;/B&gt; is &lt;B&gt;out-null.json&lt;/B&gt;.&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OC6KCAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140729i3C6D06B3DCF39766/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OC6KCAA1.png" alt="0695b00000OC6KCAA1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 16:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378215#M140026</guid>
      <dc:creator>changpinghsiao</dc:creator>
      <dc:date>2022-02-21T16:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Studio to parse a JSON file containing an array to multiple files contains each element in the array?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378216#M140027</link>
      <description>&lt;P&gt;@Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure why, but using the following flow, I am able to generate 3 files now.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OC7JgAAL.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149101iF8456FFD21539970/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OC7JgAAL.jpg" alt="0695b00000OC7JgAAL.jpg" /&gt;&lt;/span&gt;The data now look like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OC7U3AAL.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148677i98C25A83B1815E4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OC7U3AAL.jpg" alt="0695b00000OC7U3AAL.jpg" /&gt;&lt;/span&gt;For out-1.json.&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "data": [&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "Data": "{\"Employee\":{\"appAccountID\":\"11\"},\"Employer\":{\"PEXBatchID\":\"1\"}}"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chang-Ping Hsiao&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 19:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378216#M140027</guid>
      <dc:creator>changpinghsiao</dc:creator>
      <dc:date>2022-02-21T19:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Talend Studio to parse a JSON file containing an array to multiple files contains each element in the array?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378217#M140028</link>
      <description>&lt;P&gt;tFlowToIterate_3 is the real component label in your case, you should change it based on the component label. Anyway, you got it working now. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 23:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Talend-Studio-to-parse-a-JSON-file-containing-an/m-p/2378217#M140028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-21T23:59:26Z</dc:date>
    </item>
  </channel>
</rss>

