<?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: Error converting data, invalid type for parameter: in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253491#M36812</link>
    <description>&lt;P&gt;but how to generate "create statement" dynamically using this sys tables....should we have to write a java code or is there a straight forward way to do this in Talend using some components?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to do this for all tables before loading data in single job....using tablelist i can get the tables and then i can get the sys columns...but wht would be the next step to generate create statment using this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please suggest!&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2019 15:21:07 GMT</pubDate>
    <dc:creator>param123</dc:creator>
    <dc:date>2019-09-20T15:21:07Z</dc:date>
    <item>
      <title>Error converting data, invalid type for parameter:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253487#M36808</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to load table from mysql to redshift using dynamic schema. but Im getting the below error&lt;/P&gt;
&lt;P&gt;"Error converting data, invalid type for parameter:3"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can someone what should i do to resolve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;job design:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tmysqlinput with dynamic schema--&amp;gt;tmap--&amp;gt;tredshiftoutput with dynamic schema(settings create table and insert)&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 22:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253487#M36808</guid>
      <dc:creator>param123</dc:creator>
      <dc:date>2019-09-19T22:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting data, invalid type for parameter:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253488#M36809</link>
      <description>run your job in debug mode to define the type who cause this trouble.
&lt;BR /&gt;When using dynamic type I ll alwasy prefer to use sys table to build destination table before uploading data.</description>
      <pubDate>Fri, 20 Sep 2019 11:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253488#M36809</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-09-20T11:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting data, invalid type for parameter:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253489#M36810</link>
      <description>Thanks for your response!&lt;BR /&gt;&lt;BR /&gt;Can you please help me with job design for creating table using sys table.&lt;BR /&gt;&lt;BR /&gt;and I want to this creation of table dynamically for many tables..Kindly suggest!</description>
      <pubDate>Fri, 20 Sep 2019 14:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253489#M36810</guid>
      <dc:creator>param123</dc:creator>
      <dc:date>2019-09-20T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting data, invalid type for parameter:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253490#M36811</link>
      <description>SELECT * FROM INFORMATION_SCHEMA.TABLES&lt;BR /&gt;will return metadata information on every table, while&lt;BR /&gt;&lt;BR /&gt;SELECT * FROM INFORMATION_SCHEMA.COLUMNS&lt;BR /&gt;will return metadata information on every column.&lt;BR /&gt;&lt;BR /&gt;then use create table syntaxe to dynamically build you table.&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Fri, 20 Sep 2019 15:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253490#M36811</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-09-20T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting data, invalid type for parameter:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253491#M36812</link>
      <description>&lt;P&gt;but how to generate "create statement" dynamically using this sys tables....should we have to write a java code or is there a straight forward way to do this in Talend using some components?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to do this for all tables before loading data in single job....using tablelist i can get the tables and then i can get the sys columns...but wht would be the next step to generate create statment using this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please suggest!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 15:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253491#M36812</guid>
      <dc:creator>param123</dc:creator>
      <dc:date>2019-09-20T15:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting data, invalid type for parameter:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253492#M36813</link>
      <description>use tmap to create column definition. colname varchar(5)
&lt;BR /&gt;use taggregate to list all coldefinition
&lt;BR /&gt;then tDBsp to ececute Créate table xxx.
&lt;BR /&gt;
&lt;BR /&gt;is it one shot?
&lt;BR /&gt;in this case you may generate sctipt from MySQL user interface and sun it (with modification) on destination db
&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Sep 2019 16:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-converting-data-invalid-type-for-parameter/m-p/2253492#M36813</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-09-20T16:03:20Z</dc:date>
    </item>
  </channel>
</rss>

