
Ultimate access to all questions.
Your company is in the process of loading data from comma-separated values (CSV) files into Google BigQuery for analytics and data warehousing purposes. Although the data import operation completes successfully and the data seems to be fully imported, you have observed that the imported data does not match byte-for-byte with the original source CSV files. Considering this situation, what is the most probable reason for this discrepancy?
A
The CSV data loaded in BigQuery is not flagged as CSV.
B
The CSV data has invalid rows that were skipped on import.
C
The CSV data loaded in BigQuery is not using BigQuery's default encoding.
D
The CSV data has not gone through an ETL phase before loading into BigQuery.