<?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: tFileInputDelimited and null values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-and-null-values/m-p/2229959#M20737</link>
    <description>Thanks, it works with this expression :
&lt;BR /&gt;
&lt;PRE&gt;row1.StringValue2.equals("")?null:row1.StringValue2&lt;/PRE&gt;
&lt;BR /&gt;(null without double quotes)</description>
    <pubDate>Tue, 06 May 2008 14:29:33 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2008-05-06T14:29:33Z</dc:date>
    <item>
      <title>tFileInputDelimited and null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-and-null-values/m-p/2229957#M20735</link>
      <description>Hi,&lt;BR /&gt;I use tFileInputDelimited to upload datas in MySQL. The structure is defined through Metadata - File delimited.&lt;BR /&gt;Is there a way to define that empty fields between 2 delimiters are null values rather than empty strings ?&lt;BR /&gt;This is better for nullable foreign keys.&lt;BR /&gt;&lt;BR /&gt;Ex :&lt;BR /&gt;Id;NumValue1;StringValue1;NumValue2;StringValue2;DateValue&lt;BR /&gt;1;8;Some text;0;;20080505&lt;BR /&gt;StringValue2 is null and not "".&lt;BR /&gt;&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Sat, 16 Nov 2024 14:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-and-null-values/m-p/2229957#M20735</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited and null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-and-null-values/m-p/2229958#M20736</link>
      <description>Hello 
&lt;BR /&gt;Before upload the datas in MYSQL, you can use a tMap component to convert some value, for example: 
&lt;BR /&gt; 
&lt;PRE&gt;row1.StringValue2.equals("")?"null":row1.StringValue2&lt;/PRE&gt; 
&lt;BR /&gt;Feel free to post your questions! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC9H.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145382i2EA6A8570D64F724/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC9H.png" alt="0683p000009MC9H.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 06 May 2008 04:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-and-null-values/m-p/2229958#M20736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-06T04:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited and null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-and-null-values/m-p/2229959#M20737</link>
      <description>Thanks, it works with this expression :
&lt;BR /&gt;
&lt;PRE&gt;row1.StringValue2.equals("")?null:row1.StringValue2&lt;/PRE&gt;
&lt;BR /&gt;(null without double quotes)</description>
      <pubDate>Tue, 06 May 2008 14:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-and-null-values/m-p/2229959#M20737</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-05-06T14:29:33Z</dc:date>
    </item>
  </channel>
</rss>

