<?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: Data not processing in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281261#M55847</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What does your &lt;SPAN&gt;tab delimited CSV fil&lt;/SPAN&gt;e look like? Could you please give us some sample content for testing? Are you able to create file delimited metadata via&amp;nbsp;your &lt;SPAN&gt;CSV fil&lt;/SPAN&gt;e to see if it can be previewed successfully with custom encoding UTF-16LE?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 06:49:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-11T06:49:28Z</dc:date>
    <item>
      <title>Data not processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281260#M55846</link>
      <description>&lt;P&gt;Hi, I am trying to read a tab delimited CSV file and I have set up the input schema as string and length 200 with 0 precision. I am writing it directly to a file using a tmap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While processing the data it is dropping&amp;nbsp;the record and giving me the below message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[statistics] connecting to socket on port 3453&lt;BR /&gt;[statistics] connected&lt;BR /&gt;For input string: "-37.66"&lt;BR /&gt;[ERROR]: talend_default.t_file_0_1.t__FILE - tFileInputDelimited_1 - For input string: "-37.66"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the &lt;SPAN&gt;tFileInputDelimited&amp;nbsp;&lt;/SPAN&gt;advanced,&amp;nbsp;I have selected&amp;nbsp; "Trim All columns". to trim white space.&lt;/P&gt;
&lt;P&gt;So does anyone have an idea to resolve the issue?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281260#M55846</guid>
      <dc:creator>Tasfiahm</dc:creator>
      <dc:date>2024-11-16T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data not processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281261#M55847</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What does your &lt;SPAN&gt;tab delimited CSV fil&lt;/SPAN&gt;e look like? Could you please give us some sample content for testing? Are you able to create file delimited metadata via&amp;nbsp;your &lt;SPAN&gt;CSV fil&lt;/SPAN&gt;e to see if it can be previewed successfully with custom encoding UTF-16LE?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 06:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281261#M55847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-11T06:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data not processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281262#M55848</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for your response. The sample data is in below:&lt;/P&gt;
&lt;TABLE&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;Name&lt;/TD&gt;
   &lt;TD&gt;Service Charge&lt;/TD&gt;
   &lt;TD&gt;Balance&lt;/TD&gt;
   &lt;TD&gt;Amount&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;Steve&lt;/U&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;43&lt;/U&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;-37.66&lt;/U&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;210&lt;/U&gt;&lt;/FONT&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;Castro&lt;/TD&gt;
   &lt;TD&gt;0&lt;/TD&gt;
   &lt;TD&gt;20&lt;/TD&gt;
   &lt;TD&gt;20&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The red highlighted&amp;nbsp;record is not processing. Even with the data viewer, I am not able to see the data for STEVE&lt;/P&gt;
&lt;P&gt;Right Click on Input Delimited&amp;gt; Data Viewer&amp;nbsp;it's not showing the data.&lt;/P&gt;
&lt;P&gt;I have also attached the metadata settings. Please take a look. As per my understanding,&lt;/P&gt;
&lt;P&gt;the issue is with the metadata setup. For input, I have set up everything as a string and writing it as a&amp;nbsp;string.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuI7"&gt;Delimited file seetings 1.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuEg"&gt;Delimited file seetings 2.JPG&lt;/A&gt;</description>
      <pubDate>Fri, 11 Jan 2019 15:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281262#M55848</guid>
      <dc:creator>Tasfiahm</dc:creator>
      <dc:date>2019-01-11T15:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data not processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281263#M55849</link>
      <description>Hi Sabrina, the issue is resolved but I am not sure how.</description>
      <pubDate>Fri, 11 Jan 2019 16:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281263#M55849</guid>
      <dc:creator>Tasfiahm</dc:creator>
      <dc:date>2019-01-11T16:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data not processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281264#M55850</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Feel free to let us know if this issue repro again from your end.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 03:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-not-processing/m-p/2281264#M55850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-14T03:18:58Z</dc:date>
    </item>
  </channel>
</rss>

