<?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] data trim column while delete in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374683#M137242</link>
    <description>Why would you want to trim it?</description>
    <pubDate>Fri, 18 May 2012 10:14:28 GMT</pubDate>
    <dc:creator>janhess</dc:creator>
    <dc:date>2012-05-18T10:14:28Z</dc:date>
    <item>
      <title>[resolved] data trim column while delete</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374680#M137239</link>
      <description>Hii,&lt;BR /&gt;I have a job in which while taking the input from mysql i check the option of trim all string/char columns.&lt;BR /&gt;i have a mysql output component where delete is option.&lt;BR /&gt;my prob is i have trimmed all the cols so my key column for delete is also trimmed&lt;BR /&gt;now when i delete records the key value doesnt match as it has been trimmed.&lt;BR /&gt;i can do it by not trimming key column in the input but is there any other workaround for this.&lt;BR /&gt;regards,&lt;BR /&gt;djugal</description>
      <pubDate>Fri, 18 May 2012 08:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374680#M137239</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-05-18T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] data trim column while delete</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374681#M137240</link>
      <description>Hi Djugal
&lt;BR /&gt;Not trimming key column is the most convenient way.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 18 May 2012 08:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374681#M137240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-18T08:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] data trim column while delete</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374682#M137241</link>
      <description>ok thanks,&lt;BR /&gt;just curious, if additional columns in additional settings of mysqloutput could be of any help.&lt;BR /&gt;regards,&lt;BR /&gt;djugal</description>
      <pubDate>Fri, 18 May 2012 10:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374682#M137241</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-05-18T10:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] data trim column while delete</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374683#M137242</link>
      <description>Why would you want to trim it?</description>
      <pubDate>Fri, 18 May 2012 10:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374683#M137242</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-05-18T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] data trim column while delete</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374684#M137243</link>
      <description>Hi Djugal&lt;BR /&gt;The Additional columns option allows you to call sql functions to perform actions on columns.&lt;BR /&gt;In my opinion, it is not appropriate here.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 18 May 2012 10:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374684#M137243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-18T10:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] data trim column while delete</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374685#M137244</link>
      <description>@janhess - i want to trim all columns as i am inserting some acceptable data as well as rejecting data which dont meet criteria, all my reject rows are fed to dboutput where rows r deleted, all accepted cols are fed into another dboutput where they are inserted which has to be in trimmed format
&lt;BR /&gt;@pedro - thanks 
&lt;BR /&gt;regards,
&lt;BR /&gt;djugal</description>
      <pubDate>Fri, 18 May 2012 10:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374685#M137244</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-05-18T10:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] data trim column while delete</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374686#M137245</link>
      <description>I've found in those circumstances it is best to do the delete first without any trimming, then do the insert/update using trimming in a second process.</description>
      <pubDate>Fri, 18 May 2012 10:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374686#M137245</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-05-18T10:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] data trim column while delete</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374687#M137246</link>
      <description>k will try tht thks janhess</description>
      <pubDate>Fri, 18 May 2012 11:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-data-trim-column-while-delete/m-p/2374687#M137246</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-05-18T11:06:47Z</dc:date>
    </item>
  </channel>
</rss>

