Import CSV
From JRapid
Create an entity based on an CSV (Comma-separated-values) file and import data to the database.
Process
The import CSV process is done through 3 steps
- Create entity
- Create database table
- Insert rows to database
Restrictions
The current version of CSV importing has some limitations for its use.
- CSV files must be delimited by ';'
- First row must contain property names
- Does not check if there is another entity with the same name
- Does not check if there is another table with the same name
