<?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 [resolved] empty string to null for all string fields in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-empty-string-to-null-for-all-string-fields/m-p/2375941#M138236</link>
    <description>I am working with data many hundreds of fields wide. &amp;nbsp;For every string field I need to convert empty string "" to null. &amp;nbsp;I can do this field by field with a tMap or tReplace component but it is tedious to set the transformation for each field when there are hundreds of them.&lt;BR /&gt;Is there a way to do this where I don't need to specify each field. &amp;nbsp;Like a "perform this transformation for all fields" capability?</description>
    <pubDate>Thu, 18 Sep 2014 17:50:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-18T17:50:59Z</dc:date>
    <item>
      <title>[resolved] empty string to null for all string fields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-empty-string-to-null-for-all-string-fields/m-p/2375941#M138236</link>
      <description>I am working with data many hundreds of fields wide. &amp;nbsp;For every string field I need to convert empty string "" to null. &amp;nbsp;I can do this field by field with a tMap or tReplace component but it is tedious to set the transformation for each field when there are hundreds of them.&lt;BR /&gt;Is there a way to do this where I don't need to specify each field. &amp;nbsp;Like a "perform this transformation for all fields" capability?</description>
      <pubDate>Thu, 18 Sep 2014 17:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-empty-string-to-null-for-all-string-fields/m-p/2375941#M138236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-18T17:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] empty string to null for all string fields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-empty-string-to-null-for-all-string-fields/m-p/2375942#M138237</link>
      <description>Hi,&lt;BR /&gt;Have you tried to use&lt;A href="https://help.talend.com/search/all?query=tFileInputFullRow&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tFileInputFullRow&lt;/A&gt;--&amp;gt;tReplace to replace all your empty string "" to null?&lt;BR /&gt;tFileInputFullRow can a file and reads it row by row and sends complete rows as defined in the Schema to the next Job component.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 19 Sep 2014 10:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-empty-string-to-null-for-all-string-fields/m-p/2375942#M138237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] empty string to null for all string fields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-empty-string-to-null-for-all-string-fields/m-p/2375943#M138238</link>
      <description>That works. &amp;nbsp;I found that I needed to use advanced mode and replace with empty string rather then null.
&lt;BR /&gt;pattern: &amp;nbsp;"\"\""
&lt;BR /&gt;replace:&amp;nbsp;""
&lt;BR /&gt;but I still need to get the field broken back out by schema. &amp;nbsp;In writing the file out and reading it back in with schema I found that just the defaults of the tFileOutputDelimited component would also remove the "". &amp;nbsp;So I can just read the file, write it out, and read it back in. &amp;nbsp;</description>
      <pubDate>Fri, 19 Sep 2014 16:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-empty-string-to-null-for-all-string-fields/m-p/2375943#M138238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T16:18:28Z</dc:date>
    </item>
  </channel>
</rss>

