Data

CSV files are exposed as REST endpoints. Changes are kept in memory until saved to disk.

Data REST API: The REST endpoints are available on the same host and port as the Crank UI (port 8080 inside Docker, port 13013 when accessed from outside Docker). Use the endpoint URLs shown below in your Camunda processes.
CSV Files
cdrs-v2.csv
GET by id: /rest/Jeltechnologies/cdrs-v2/{id}  |  POST / PUT / DELETE also supported
core-network-data-v2.csv
GET by id: /rest/Jeltechnologies/core-network-data-v2/{id}  |  POST / PUT / DELETE also supported
customers-v2.csv
GET by id: /rest/Jeltechnologies/customers-v2/{id}  |  POST / PUT / DELETE also supported
Upload CSV File
Upload a UTF-8 encoded CSV file. The first row must contain column headers. The first column is treated as the primary key (unique identifier).