Loading Input Data

Describes how users define input schemas and load input data from files

Users can define schemas for input data and easily load data from .csv files. Loaded data can be searched anywhere in the program, and data corresponding to a predefined key can be retrieved quickly.

The procedure for loading input data is as follows.

1. Defining Input Data Schema

2. Creating Input Data

3. Loading Input Data

Last updated