Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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 🙂
Hi,
Could you please share more details with some sample record?
Warm Regards,
Nikhil Thampi
Hello,
I want to load the data without format or data type integrity constraints.
output is string type.
Are you talking about the first column int to string
If yes
String.valueOf(col_name)
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 🙂