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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rp2018
Creator
Creator

How to convert date from CRM?

My source is CRM and the date is coming like this 2004-06-20T05:00:00Z.

How do we load to sql server with datetime datatype?

 

 

 

 

Labels (2)
1 Solution

Accepted Solutions
Jesperrekuh
Specialist
Specialist

set the date format in talend like: "yyyy-MM-dd'T'HH:mm:ss'Z'"
The sql output component will do the rest.

View solution in original post

1 Reply
Jesperrekuh
Specialist
Specialist

set the date format in talend like: "yyyy-MM-dd'T'HH:mm:ss'Z'"
The sql output component will do the rest.