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: 
KOM0508
Partner - Contributor
Partner - Contributor

Error convert date in a parquet file using tfileoutputparquet

I try to create a parquet file using tfileoutputparquet reading from a redshift table a date field in format yyyy-MM-dd, but creating the parquet file, the same field is cast to datetime.

Can anyone help me?

 

Labels (1)
  • Other

1 Reply
Shicong_Hong
Employee
Employee

Hi  

Add a tLogRow before tFileOutputParquet to see what data is read from redshift table. Make sure the date pattern of field on tFileOutputParquet's schema is the same as tRedshiftInput component.

Regards

Shong