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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Parikhharshal
Creator III
Creator III

Change data type

Hi Talend experts

 

I have got below job design.

 

0683p000009M0oH.png

 

In this subjob Participation_Data creates the .csv file and puts into S3. And onsubjobok creates a table and then runs copy command to copy all S3 files into redshift table.

 

The csv file has all the columns in string. When I get the date field value from csv, it should ideally store field value in DATE type. I want to convert string to Date type. I know there is tconvertType/Tmap components to achieve this which can be added after copytoredshift component. But how do I add to make the design correct? 

 

Thanks

Harshal.

Labels (4)
1 Solution

Accepted Solutions
Parikhharshal
Creator III
Creator III
Author

Hi all

 

I did not know I could change the data type in tcreatetable component like this straight away.

 

0683p000009M0Rf.png

 

Was simple one.

View solution in original post

1 Reply
Parikhharshal
Creator III
Creator III
Author

Hi all

 

I did not know I could change the data type in tcreatetable component like this straight away.

 

0683p000009M0Rf.png

 

Was simple one.