
Ultimate access to all questions.
Your company is dealing with a vast amount of unstructured data stored in various file formats such as CSV, JSON, and text files. To handle and process this data, you need to perform ETL (Extract, Transform, Load) operations to convert it into a structured format suitable for further processing. The goal is to make the data accessible in Google Cloud, enabling a Dataflow job to process it efficiently. What steps should you take to achieve this?
A
Upload the data to BigQuery using the bq command line tool.
B
Upload the data to Cloud Storage using the gcloud storage command.
C
Upload the data into Cloud SQL using the import function in the Google Cloud console.
D
Upload the data into Cloud Spanner using the import function in the Google Cloud console.