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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
MrunalP
Contributor II
Contributor II

Talend and BigQuery interaction with data types during transformation

Address an issue related to Talend's interaction with BigQuery data types during the transformation process. It appears that when retrieving the schema using

tBigQueryInput

, the column data type, which is originally a timestamp in BigQuery, is being interpreted as a string in Talend. Consequently, the data loaded into the target table via

tBigQueryOutput

is displaying timestamp values as string literals (e.g., "1693570564.907").

Labels (3)
4 Replies
Anonymous
Not applicable

Hello,

Could you please  clarify in which Talend version/edition you are? We will appreciate it a lot if you could post some trouble screenshots on community.

Best regards

Sabrina

MrunalP
Contributor II
Contributor II
Author

Talend Version :Patch_20211223_TPS-5053_v1 (8.0.1)

Attachments

1)Error

2) Table in BigQuery as input

3)Schema of tBigQuery input and output

4) Table in BigQuery as Output0695b00000smyxjAAA.png0695b00000smyxeAAA.png0695b00000smyxUAAQ.png0695b00000smyxQAAQ.png

MrunalP
Contributor II
Contributor II
Author

I tried different ways with SQL instructions (parse_date...), or with tJava, or with tMap to transform the fields in the correct format.

Anonymous
Not applicable

Hi Mruna1P,

This error indicates that the tBigQueryInput component is trying to read numeric data, but it encountered a string,so go check which field contains these string value. ID or Price field?

 

Regards

Shong