Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.12 KB

File metadata and controls

38 lines (26 loc) · 1.12 KB

File Import API example

FileImport example solution. Contains upload file API with options to import from CSV, Excel files

WEB API

  • /api/file/import - CSV import API action example
  • /api/file/import/excel - XLS import API action example

alt text alt text

User libraries

Installation

  1. Clone repository
  2. Build / Run
  3. (optional) Use test-files directory to get test data files.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

This project is licensed under the MIT License