Problem Note 65886: Trying to bulk load data into a Google BigQuery database might result in an error
Trying to bulk load a SAS data set into a Google BigQuery database might result in the following error:
Error while reading data, error message: CSV table encountered too many errors, giving up. Rows: 1; errors: 1. Please look into the errors[] collection for more details.
Error while reading data, error message: Error detected while parsing row starting at position: 0. Error: Data between close double quote (") and field separator.
You are loading data without specifying data format, data will be treated as CSV format by default. If this is not what you mean, please specify data format by --source_format
This issue occurs when the data begin or ends with quotation marks.
Operating System and Release Information
SAS System | SAS Data Connector to Google BigQuery | Linux for x64 | V.03.05 | 2020.1 | Viya | Viya |
SAS System | SAS/ACCESS Interface to Google BigQuery | Linux for x64 | 9.41 | 9.42 | 9.4 TS1M6 | 9.4 TS1M7 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
When you bulk load data into a Google BigQuery database, you might encounter this error: "Error while reading data, error message: CSV table encountered too many errors, giving up...Error detected while parsing row starting at position: 0...Data between close double quote (") and field separator..."
Type: | Problem Note |
Priority: | high |
Date Modified: | 2020-05-01 09:00:17 |
Date Created: | 2020-04-27 16:52:05 |