I am trying to analyze millions of search queries in a webshop and aggregate it in Google Data Studio. Unfortunately the XLSX in my Google Cloud Storage due to the errors:
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: Bad character (ASCII 0) encountered.
I uploaded an XLSX file from my computer to my Google Cloud Storage and I tried to create a table from it with Google BigQuery and while importing it, I get those error messages.
I want to use BigQuery as a data source for my Google Data Studio and aggregate the search strings from the XLSX file in a way that I may see which queries occur regularly without any results and which search strings are being searched for most often.
I would very much appreciate you for helping me fix the error and find an efficient way to aggregate the data without long loading time necessary.