semapps
semapps copied to clipboard
Allow input CSV file in SemApps importer
**Problem For the moment, we can import only JSON files with SemApps Importer (via getAllFull).
Proposal It would be great to allow CSV files too.
Alternatives Two way to do that, make a specific importer for CSV file, or add a parameter to Importer mixin (ex : source.fileType).