I have a csv file (delimiter | instead of ,) in the cloud storage bucket, which has data formats say 10022019 as DATE , however I need to transform it to the accepted DATE format of 2019-02-10 in bigquery, can I achieve this by a could function which reads and transform the data at the same time before it streams insert the data into a bigquery table?
Thanks.
Best regards,