Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

charging data from table to table

Hello,

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.

PS the database is MYSQL

 

Best Regards

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

    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.

 

a) While reading the data from source table, you can read the data as String data type itself.

b) Use tConvertType component to convert the data type in between your flow.

 

Warm Regards,
Nikhil Thampi

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 🙂

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi,

 

    Could you please share more details with some sample record?

 

Warm Regards,

 

Nikhil Thampi

Anonymous
Not applicable
Author

Hello,

 

I want to load the data without format or data type integrity constraints.
output is string type.

0683p000009M5kD.png

TharunJoshi
Contributor III
Contributor III

Are you talking about the first column int to string 

If yes

String.valueOf(col_name)

Anonymous
Not applicable
Author

Hi,

 

    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.

 

a) While reading the data from source table, you can read the data as String data type itself.

b) Use tConvertType component to convert the data type in between your flow.

 

Warm Regards,
Nikhil Thampi

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 🙂