Hey Developers,
Enjoy watching this brief explanation of a new feature in IRIS RAD Studio – a new project by @José.Pereiraand @Henrique.GonçalvesDias:
A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format. A CSV file typically stores tabular data (numbers and text) in plain text, in which case each line will have the same number of fields.
Hey Developers,
Enjoy watching this brief explanation of a new feature in IRIS RAD Studio – a new project by @José.Pereiraand @Henrique.GonçalvesDias:
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.

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
Run the server
docker-compose up -d
The UI is per-namespcae, this mean it will be available only for the namespace where csvgen-ui is install.