<?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: [resolved] how to catch rejects tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360973#M125437</link>
    <description>Hi
&lt;BR /&gt;Can you upload some screenshots of job? You should find out the error is thrown on which component
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 27 Sep 2011 09:23:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-27T09:23:29Z</dc:date>
    <item>
      <title>[resolved] how to catch rejects tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360972#M125436</link>
      <description>Hello,&lt;BR /&gt;I searched the forum and I have read a lot of postings but I don´t understand how to catch the rejects&lt;BR /&gt;when using tmap.&lt;BR /&gt;I use two database connectons (tAS400Input) and tMap to create a new csv file (tOutputDelimited).&lt;BR /&gt;In the Start (Job....) I see :&lt;BR /&gt;Run Job ..... at&lt;BR /&gt; connecting to socket on port &lt;BR /&gt; connected&lt;BR /&gt;For input string: "....."       &amp;lt;- this line comes each time a semicolon was used in a field where it should not be used&lt;BR /&gt;How can I write this lines in a csv file or tLogRow&lt;BR /&gt;I have seen that it´s possible to make "links" with rejects instead of Main or Lookup&lt;BR /&gt;hope someone can help me.&lt;BR /&gt;Greetings</description>
      <pubDate>Sat, 16 Nov 2024 12:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360972#M125436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to catch rejects tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360973#M125437</link>
      <description>Hi
&lt;BR /&gt;Can you upload some screenshots of job? You should find out the error is thrown on which component
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 27 Sep 2011 09:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360973#M125437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-27T09:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to catch rejects tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360974#M125438</link>
      <description>I double checked and have to give you more details about my job. 
&lt;BR /&gt;I´m exporting data from our AS400 system, the data are written in a csv file. 
&lt;BR /&gt;Then I use these csv files as Inputfiles (tFileInputDelimited) and there I get the error 
&lt;BR /&gt;because there are semicolons in a field because a users used them to seperate text. 
&lt;BR /&gt;Now the programm understands the semicolon as seperator for fields. 
&lt;BR /&gt;For example: 
&lt;BR /&gt;if I have a table with 5 column (name,address,description,phone) 
&lt;BR /&gt;and someone write a semicolon in the the description it will end up in 
&lt;BR /&gt;5 column because semicolon is used to seperate fields and the field phone will be filled with 
&lt;BR /&gt;a part of the description. 
&lt;BR /&gt;At the attached screenshot you can see the Output that I want in an Errorlogfile. 
&lt;BR /&gt;Can I get an error log with tMap and tLogRow? 
&lt;BR /&gt;Who and where do I use tLogRow to get the wrong rows?</description>
      <pubDate>Tue, 27 Sep 2011 13:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360974#M125438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-27T13:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to catch rejects tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360975#M125439</link>
      <description>Hi
&lt;BR /&gt;The error occurs on tFileInputDelimited component, not tMap! You can get the reject rows from tFileInputDelimited by unchecking the box 'die on error', for example:
&lt;BR /&gt;tFileInputDelimited--main---other components
&lt;BR /&gt; --reject--tLogRow
&lt;BR /&gt;If you check the box 'die on error' on tFileInputDelimited, the job will throw the exception and stop once it meets an error.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 28 Sep 2011 09:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360975#M125439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-28T09:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to catch rejects tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360976#M125440</link>
      <description>Thank you very much.&lt;BR /&gt;Bevore I tried 100 times but I didn´t get the reject entry but now I see it.</description>
      <pubDate>Thu, 29 Sep 2011 07:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360976#M125440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-29T07:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to catch rejects tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360977#M125441</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Thank you very much.&lt;BR /&gt;Bevore I tried 100 times but I didn´t get the reject entry but now I see it.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Cool, thanks for your feedback!
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 30 Sep 2011 07:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-catch-rejects-tmap/m-p/2360977#M125441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-30T07:46:34Z</dc:date>
    </item>
  </channel>
</rss>

