Introduction
This is a csvgen UI frontend in Angular 8. The aim of this project is to easily import csv file to Iris from a web ui.
Demo

Install with ZPM
It will automatically install the dependency of csvgen and sslclient
zpm "install csvgen-ui"
This will create two new endpoints :
-
One for the Rest API for uploading files
-
/api/{namespace}/csvgen/
-
One for the UI
-
/csp/{namespace}/csvgen/index.html
Stand alone demo on docker
Run the server
docker-compose up -d
UI
The UI is per-namespcae, this mean it will be available only for the namespace where csvgen-ui is install.