Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am trying to read a google bigquery table, but while reading date attribute from bigquery, Talend gives me an error of can not convert string value to a date.
As a workaround it requires me to cast it as datetime.
Please help me with on how to reads dates types attributes from bigquery table without type casting
Thanks
Puneet T
Hi
Select 'Date' type instead of string type for this column on the schema of tBigqueryInput component to map the date data from bigquery table.
Regards
Shong