Collection of plugins for importing data into Entu.
Import data from CSV files with support for multiple encodings.
Search and import music release data from the Discogs database.
Search and import data from the Ester library system.
Import entity templates and their properties.
All plugins use the same parameter structure:
account- The Entu account where entities will be createdtype- The entity type/class for new entitiestoken- Bearer token for API authentication
parent- Reference ID of parent entity for hierarchical relationshipslocale- Interface language (supported: 'en', 'et', etc.)
/csv?account=myaccount&type=book&token=abc123&parent=library1&locale=et
/discogs?account=musicdb&type=album&token=xyz789&parent=collection1
/ester?account=library&type=book&token=def456&locale=en
/template?account=myaccount&type=entity&token=abc123&parent=templates&locale=et
- All plugins require authentication via the
tokenparameter - All plugins require
accountandtypeparameters to specify where and what to create - Missing required parameters will display error messages in the interface
- Imported entities can be organized hierarchically using the
parentparameter