<?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 data from SQL Server and process row by row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-SQL-Server-and-process-row-by-row/m-p/2208059#M7442</link>
    <description>&lt;P&gt;Many thanks, worked perfectly!&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2019 23:29:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-18T23:29:31Z</dc:date>
    <item>
      <title>How to extract data from SQL Server and process row by row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-SQL-Server-and-process-row-by-row/m-p/2208057#M7440</link>
      <description>&lt;P&gt;Hi, all! Talend newbie here. I have data in an SQL Server database which I want to extract and process row by row. For each row, I want to perform a different action depending on the value of one field in the row (the same field each time). My current job so far has the following steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tMSSQLInput&lt;/P&gt;&lt;P&gt;main&lt;/P&gt;&lt;P&gt;tFlowToIterate&lt;/P&gt;&lt;P&gt;iterate&lt;/P&gt;&lt;P&gt;tJava&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I now want to connect from tJava to tWriteJSONField using the runif connector but Talend won't allow that. Is there a way to do this, or a better way using different components? I'm not sure whether it should be tJava, tJavaRow, or something else altogether.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nick&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-SQL-Server-and-process-row-by-row/m-p/2208057#M7440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from SQL Server and process row by row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-SQL-Server-and-process-row-by-row/m-p/2208058#M7441</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;tWriteJsonField requires an input component, so you can use tFixedFlowInput to generate the input data before tWriteJsonField. &lt;BR /&gt;eg&lt;BR /&gt;tMSSQLInput-main(row1)--&amp;gt;tFlowToIterate--iterate--tJava--oncomponentok--tFixedFlowInput--main--tWriteJsonField...&lt;BR /&gt;on tFixedFlowInput, you can get the input data which is extracted on tMssqlInput with expression like:&lt;/P&gt; 
&lt;P&gt;(String)globalMap.get("row1.columnName")&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 05:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-SQL-Server-and-process-row-by-row/m-p/2208058#M7441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-18T05:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from SQL Server and process row by row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-SQL-Server-and-process-row-by-row/m-p/2208059#M7442</link>
      <description>&lt;P&gt;Many thanks, worked perfectly!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 23:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-SQL-Server-and-process-row-by-row/m-p/2208059#M7442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-18T23:29:31Z</dc:date>
    </item>
  </channel>
</rss>

