Mongo to Postgres
Mongo DB having datasets which contains inconsistent data columns (some having 100 columns, some having 200 columns) . I managed to flatten the data , is there any possible ways i can insert data from mongo to postgres without defining any schema first?
add a comment