feature

Improved CSV import

A new improved version of the CSV import feature has been deployed. You can now specifiy which field separator should be used, and empty records are now reported along the number of invalid reacord and created records.

Check it out, and get in touch if you encounter any problem!

Notifications are now available!

A notification feature has been added to MyOwnDB, which currently lets you subscribe to new entry creations. Subscribing is very easy: go the the listing of the entries, and at the top you'll see a button labeled "Update Subscriptions" which will display the available subscriptions and their status. Currently, the only subscription proposed is for the creation of new entries, but the framework is very flexible and new notifications can be easily added.

CSV import and API: 2 news features!

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:
  1. upload your CSV file
  2. link columns in the CSV file to fields in your database table
  3. 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
Syndicate content