Specify input data files in the [inputs] section of your model.
- Each input file should be specified on a new line. Find out how to delcare input data at Declaring Input Data.
- Kalix supports csv files, and alternative formats described here Supported Data Formats.
- Each file may contain 1 or multiple timeseries and these are accessible from within the model using via the timeseries name (i.e. column name if the input is a CSV file), or the number (counting from 1) of the timeseries. Read more about how to reference timeseries data at Referencing Input Data .
Declaring Input Data
Supported Data Formats