Upload file to big query without specifying a scheme
Hello,
Is it possible to use one of BigQuery components without specifying a scheme?
I have a JSON file and I want to send it AS IS to BigQuery because it seems like Big Query creates a table with nested fields only while the input is a JSON file.
(My Json contains many nested classes and Talend parses only the first class and considers the rest as a string. In the end, it detects the scheme as a one string field and uploads the JSON as a string).