<?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 charging data from table to table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288578#M62053</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to load data from a table where the structure is defined to a table with the same fields which are all of type VARCHAR without going through a conversion of each field in tmap.&lt;/P&gt;&lt;P&gt;PS the database is MYSQL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 09:26:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-17T09:26:13Z</dc:date>
    <item>
      <title>charging data from table to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288578#M62053</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to load data from a table where the structure is defined to a table with the same fields which are all of type VARCHAR without going through a conversion of each field in tmap.&lt;/P&gt;&lt;P&gt;PS the database is MYSQL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 09:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288578#M62053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-17T09:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: charging data from table to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288579#M62054</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please share more details with some sample record?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 14:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288579#M62054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-17T14:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: charging data from table to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288580#M62055</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to load the data without format or data type integrity constraints.&lt;BR /&gt;output is string type.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5kD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158246i9F854DEA9D00EC01/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5kD.png" alt="0683p000009M5kD.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288580#M62055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-17T15:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: charging data from table to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288581#M62056</link>
      <description>&lt;P&gt;Are you talking about the first column int to string&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;String.valueOf(col_name)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288581#M62056</guid>
      <dc:creator>TharunJoshi</dc:creator>
      <dc:date>2019-06-17T15:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: charging data from table to table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288582#M62057</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; If my understanding about your query is correct, you are trying to change the data type of the columns in between your flow. There are two options in front of you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a) While reading the data from source table, you can read the data as String data type itself.&lt;/P&gt;
&lt;P&gt;b) Use tConvertType component to convert the data type in between your flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/charging-data-from-table-to-table/m-p/2288582#M62057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-17T15:05:19Z</dc:date>
    </item>
  </channel>
</rss>

