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: 
ankit7359
Creator II
Creator II

To_char and TO_Date functions in Talend????????

Hi,

I was going through the Talend Date functions and i came across parseDate and formatDate functions/routines....

But can we use to_char or to_date functions in Talend and if yes how can we use them....????

Pls help.

Thanks in advance

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

 

     to_char and to_date functions are used to convert the data types when you are running queries from Oracle database to fetch the data. But these functions cannot be used within the tmap or or other similat Talend components.

 

     If you are comfortable processing data using above functions, my recommendation will be to convert the data when you are fetching them using tOracleInput component. But if you have to do data conversion within Talend, you will have to use Talend/java data conversion functions.

 

    If the answer has helped you, could you please mark the topic as resolved? Kudos are also welcome 🙂

 

Warm Regards,

 

Nikhil Thampi

View solution in original post

1 Reply
Anonymous
Not applicable

Hi,

 

     to_char and to_date functions are used to convert the data types when you are running queries from Oracle database to fetch the data. But these functions cannot be used within the tmap or or other similat Talend components.

 

     If you are comfortable processing data using above functions, my recommendation will be to convert the data when you are fetching them using tOracleInput component. But if you have to do data conversion within Talend, you will have to use Talend/java data conversion functions.

 

    If the answer has helped you, could you please mark the topic as resolved? Kudos are also welcome 🙂

 

Warm Regards,

 

Nikhil Thampi