<?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 Parst CSV file and for each row make an API call to start Camunda Process in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Parst-CSV-file-and-for-each-row-make-an-API-call-to-start/m-p/2363728#M127564</link>
    <description>&lt;P&gt;I'm new to Open Studio so be gentle and thanks in advance for the help.&lt;/P&gt;&lt;P&gt;My overall goal is to parse a CSV file and for each row make an API call.&lt;/P&gt;&lt;P&gt;I want to start a Camunda Process and pass the row header &amp;amp; row data in the JSON format to pass variables to the process.&lt;/P&gt;&lt;P&gt;The JSON passed to the API call will be formatted like;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt; "variables": {&lt;/P&gt;&lt;P&gt; "HeaderColumn1": {"value":"Row1DataColumn1","type":"String"},&lt;/P&gt;&lt;P&gt; "HeaderColumn2": {"value":"Row1DataColumn2","type":"String"},&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Here is what I have so far.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Hva3DAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144346iD17B4B4E0ED90A50/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Hva3DAAR.png" alt="0695b00000Hva3DAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:47:42 GMT</pubDate>
    <dc:creator>GChest630399416</dc:creator>
    <dc:date>2024-11-15T23:47:42Z</dc:date>
    <item>
      <title>Parst CSV file and for each row make an API call to start Camunda Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parst-CSV-file-and-for-each-row-make-an-API-call-to-start/m-p/2363728#M127564</link>
      <description>&lt;P&gt;I'm new to Open Studio so be gentle and thanks in advance for the help.&lt;/P&gt;&lt;P&gt;My overall goal is to parse a CSV file and for each row make an API call.&lt;/P&gt;&lt;P&gt;I want to start a Camunda Process and pass the row header &amp;amp; row data in the JSON format to pass variables to the process.&lt;/P&gt;&lt;P&gt;The JSON passed to the API call will be formatted like;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt; "variables": {&lt;/P&gt;&lt;P&gt; "HeaderColumn1": {"value":"Row1DataColumn1","type":"String"},&lt;/P&gt;&lt;P&gt; "HeaderColumn2": {"value":"Row1DataColumn2","type":"String"},&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Here is what I have so far.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Hva3DAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144346iD17B4B4E0ED90A50/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Hva3DAAR.png" alt="0695b00000Hva3DAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parst-CSV-file-and-for-each-row-make-an-API-call-to-start/m-p/2363728#M127564</guid>
      <dc:creator>GChest630399416</dc:creator>
      <dc:date>2024-11-15T23:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parst CSV file and for each row make an API call to start Camunda Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parst-CSV-file-and-for-each-row-make-an-API-call-to-start/m-p/2363729#M127565</link>
      <description>&lt;P&gt;Hi @George Chester​&amp;nbsp; you can use tFlowToIterate component , it will stock each column of a row in globalVar, you can call them at any time in the iteration &lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;if you iterate on a main flow row1 and your column name is col1 you can get the value of col1 with :&lt;/P&gt;&lt;P&gt;(String)globalMap.get("row1.col1")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parst-CSV-file-and-for-each-row-make-an-API-call-to-start/m-p/2363729#M127565</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-09-02T14:26:34Z</dc:date>
    </item>
  </channel>
</rss>

