linx-software / File-Import-to-Rest-API

Import a CSV file and make the data available via a REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands on Linx 6 - File Importer

Description

The solution is a simple file reader process. Linx will import and read a CSV file before making the data available via a REST service.

The solution has:

  • A custom type named Customer that will contain customer data
  • A process that loads data into a list of customers
  • A SimpleRESTHost that can be called to retrieve the data loaded from the file

Usage

The solution can be downloaded as is. Pleas note that the following will have to be set in order for the solution to run: Please set the File path on the TextFileWrite component (GetCustomerData) to the file location of the downloaded csv file.

Contributing

For questions please ask the Linx community.

License

MIT

About

Import a CSV file and make the data available via a REST API.

License:MIT License