Open sjcotto opened 2 years ago
Hi, try using data_flattening_max_level
feature of https://github.com/transferwise/pipelinewise-target-postgres .
Defining the property data_flattening_max_level
with a value higher then 0
will load a NULL
document!
Hi,
I notice the schema is generated with id and document JSON and not the properties of the document, how is possible to use this with the https://github.com/transferwise/pipelinewise-target-postgres loader in order to send a JSON from mongodb into a table with columns in postgresql?
"name": "a", "description": "aa"
into a table with the 2 columns
name
anddescription
any help?