I want to load data to bigQuery using python, but I get the following error:
400 Error while reading data, error message: CSV table encountered too many errors, giving up. Rows: 29274; errors: 1. Please look into the errors[] collection for more details.
I have tried step like this link CSV Table Encountered Too Many Errors, Giving Up but I have not permission to view feature Transfer in google cloud platform.
I have no idea where the error happens and how to solve it?
As a reference, I find the solution in this link stackoverflow but can not understand.
errors[]collection? - CDJBerror[]collection, how can i know ? - hinafayaload_job = client.load_table_from_uri...., you should be able to access theerrors[]collection likeload_job.errors. - ECris