You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package has all the functionality to import structured data (e.g. Excel, CSV, XML, JSON), and on top of it would like to extend it to:
Connect to external databases like PostgreSQL, pick up a table -> read the structured data and import. This can eliminate the intermediate process of exporting to Excel etc., and then import again, and will also maintain consistency with the external database.
With the availability of mapping functionality to a Django Model, instead of importing the data, the source data can be retrieved as and when required through Django Models. This enables the Django application to connect and run irrespective of the external data models.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thanks for the repo!
The package has all the functionality to import structured data (e.g. Excel, CSV, XML, JSON), and on top of it would like to extend it to:
Any help suggestion in this direction is welcome.
Thanks
Oneflydown
Beta Was this translation helpful? Give feedback.
All reactions