1

Can you load csv file without opening in binary format

with open(file_path, "rb") as source_file: job = client.load_table_from_file(source_file, table_id, job_config=job_config)

1 Answer 1

1

It looks like Google bigquery will not handle special characters when loading data from csv local storage that contains special characters

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.