<?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 Conditional dml in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Conditional-dml/m-p/2321544#M91566</link>
    <description>How to read data from files using conditional dml ?
&lt;BR /&gt;eg:
&lt;BR /&gt;type input_type=
&lt;BR /&gt;record
&lt;BR /&gt; string("\x01") fname= NULL("");
&lt;BR /&gt; string('\x01')record_type;
&lt;BR /&gt; if((version=='12')||(ne_version=='M13'))
&lt;BR /&gt; begin
&lt;BR /&gt; if(record_type=='01')
&lt;BR /&gt; record
&lt;BR /&gt; string('|') time= NULL(""); 
&lt;BR /&gt; string('\n') date= NULL("");
&lt;BR /&gt; end ;
&lt;BR /&gt; 
&lt;BR /&gt; else if(record_type =='02')
&lt;BR /&gt; record 
&lt;BR /&gt; string('\x01')record_number= NULL(""); 
&lt;BR /&gt; string('\x01')record_status= NULL(""); 
&lt;BR /&gt; end;
&lt;BR /&gt; end
&lt;BR /&gt;metadata type = input_type;</description>
    <pubDate>Sat, 16 Nov 2024 13:46:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:46:17Z</dc:date>
    <item>
      <title>Conditional dml</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-dml/m-p/2321544#M91566</link>
      <description>How to read data from files using conditional dml ?
&lt;BR /&gt;eg:
&lt;BR /&gt;type input_type=
&lt;BR /&gt;record
&lt;BR /&gt; string("\x01") fname= NULL("");
&lt;BR /&gt; string('\x01')record_type;
&lt;BR /&gt; if((version=='12')||(ne_version=='M13'))
&lt;BR /&gt; begin
&lt;BR /&gt; if(record_type=='01')
&lt;BR /&gt; record
&lt;BR /&gt; string('|') time= NULL(""); 
&lt;BR /&gt; string('\n') date= NULL("");
&lt;BR /&gt; end ;
&lt;BR /&gt; 
&lt;BR /&gt; else if(record_type =='02')
&lt;BR /&gt; record 
&lt;BR /&gt; string('\x01')record_number= NULL(""); 
&lt;BR /&gt; string('\x01')record_status= NULL(""); 
&lt;BR /&gt; end;
&lt;BR /&gt; end
&lt;BR /&gt;metadata type = input_type;</description>
      <pubDate>Sat, 16 Nov 2024 13:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-dml/m-p/2321544#M91566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dml</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-dml/m-p/2321545#M91567</link>
      <description>Hello guy
&lt;BR /&gt;Generally, we read the data from file and filter them on another components, like tJava/tFilterRows/tMap.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 14 Sep 2009 08:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-dml/m-p/2321545#M91567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T08:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dml</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-dml/m-p/2321546#M91568</link>
      <description>Hi,
&lt;BR /&gt;I don't want to filter out the records, instead have to change the number of fields each row carries based on the condition.
&lt;BR /&gt;i.e the output should have multiple records, each having different columns populated.</description>
      <pubDate>Mon, 14 Sep 2009 10:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-dml/m-p/2321546#M91568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T10:27:50Z</dc:date>
    </item>
  </channel>
</rss>

