Preview
Please note, that in long description you should mention:
• App's goals and functions
• How to use the app
• If it is open source app - please, provide the installation instructions
Open Exchange - is a place for developers and where they share and find useful tools for development process. If your product is made for developers needs you may also publish it on Open Exchange.
Previous value: `https://github.com/grongierisc/iris-csvgen-ui`
Previous value: `csvgen-ui`
Previous value: `Download`
Previous value: `Developer Environment`
Previous value: `InterSystems IRIS, InterSystems IRIS for Health`
Previous value: ``
Previous value: `Checked`
Previous value: `An angular frontend for Csvgen app.`
Previous value: `# 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.
# Build
Run the server
```sh
docker-compose up -d
```
# Install with ZPM
It will automatically install the depencey : csvgen and sslclient
```objectscript
zpm "install csvgen-ui"
```
# UI
The UI is per-namespcae, this mean it will be aviable only for the namespace where csvgen-ui is install.
```
http://localhost:52773/csp/{namespace}/csvgen/index.html
```
## Demo

# Misc
Visual Studio Directory Structure
```
.
├── front
│ ├── e2e
│ │ └── src
│ └── src
│ ├── app
│ │ └── file-upload
│ ├── assets
│ └── environments
└── src
└── CSVGEN
└── API
```
Where front is the angular UI dans src is le backend source code for IRIS.
# TODO
- [x] Add drag and drop
- [ ] Add Oauth
- [ ] Add navbar
- [x] Finish server side
- [x] ZPM module
- [x] Update readme
- [x] Import from url
- [ ] Advence parameter
`
Previous value: `https://github.com/grongierisc/iris-csvgen-ui/blob/master/LICENSE`
Previous value: `https://github.com/grongierisc/iris-csvgen-ui/blob/master/README.md`
Previous image: Not set