Hi… New Here :smile: I’m looking to extract data f...
# plugins-general
j
Hi… New Here 😄 I’m looking to extract data from mongoDB to bigQuery. When extracting this data I’m getting three columns in BigQuery.
_id
,
documnent
and
_sdc_deleted_at
. What Im looking for is to simply extract the document object as a flattened structure in BigQuery as this is where my real data resides in MongoDb. any ideas how I would go about to accomplish this. Any help appreciated.