Cinchoo / ChoETL

ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
MIT License
796 stars 134 forks source link

Moving data from SQL / CSV to MongoDB collections #116

Closed papyr closed 3 years ago

papyr commented 3 years ago

Since mongoDb is a schemaless, it would be nice if the Cinchoo could target MongoDB as a source instead of a table

Besides CSV, I found its powerful to move the data from one DB side to the other DB just by adding the correct drivers.

Cinchoo commented 3 years ago

This framework exposes ways to parse the data to DataTable / DataReader for integrating with various databases. You can take them along with database driver to export / import data.

papyr commented 3 years ago

Is there a way to add a plug-in or something to change the source and sink targets for the data.