You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field_delimiter parameter is loaded but is never used in the emulator server. So the server is always expecting comma as field delimiter ignoring this configuration parameter.
In this situation is not possible to load CSV with delimiters different than ',' (comma).
What did you expect to happen?
Supporting single string characters for FieldDelimiter parameter is expected.
How can we reproduce it (as minimally and precisely as possible)?
Try to use bigquery_client.load_table_from_uri with a CSV file delimiter different that ','.
Anything else we need to know?
I have a little code change that fixes the issue and I can do a PR if needed/wanted.
The text was updated successfully, but these errors were encountered:
What happened?
When bigquery python library is used for load job definition like:
field_delimiter
parameter is loaded but is never used in the emulator server. So the server is always expecting comma as field delimiter ignoring this configuration parameter.In this situation is not possible to load CSV with delimiters different than ',' (comma).
What did you expect to happen?
Supporting single string characters for FieldDelimiter parameter is expected.
How can we reproduce it (as minimally and precisely as possible)?
Try to use
bigquery_client.load_table_from_uri
with a CSV file delimiter different that ','.Anything else we need to know?
I have a little code change that fixes the issue and I can do a PR if needed/wanted.
The text was updated successfully, but these errors were encountered: