Two new features have been rolled out, both having to do with getting data in and out of MyOwnDB.
We're very excited about this!
It is now possible to import data from a CSV file through a very simple procedure:
- upload your CSV file
- link columns in the CSV file to fields in your database table
- get an overview of the import: number of rows imported and number of rows rejected
Rows can be rejected due to data validation exceptions, for example:
- trying to import text in an integer field
- trying to import an invalid email add