SDMP User Manual (ENG)
  • Introduction
    • Introduction to SDMP
  • Getting Started
    • Creating SDMP Project
  • Data Handling
    • Loading Input Data
      • Defining Input Data Schema
      • Creating Input Data
      • Loading Input Data
    • Retriving Data
    • Writing Output Data
      • Defining Output Data Schema
      • Adding Data Row
      • Writing to File
  • General Module
    • Overview
    • User Controls
      • StateControl
      • ActionControl
      • StateTransitionControl
      • BoundControl
      • ApproximationControl
      • SolverControl
      • EventControl
      • DataControl
      • LogControl
    • Data Model
      • State
      • StateActionMap
    • Example Problems
      • Car Resequencing Problem
      • Lot Sizing Problem
  • Routing Module
    • Overview
    • User Controls
      • CustomerControl
      • VehicleControl
    • Data Model
    • Example Problems
      • Vehicle Routing Problem
  • Scheduling Module
    • Overview
    • User Controls
    • Data Model
    • Example Problems
Powered by GitBook
On this page
  • 1. Create input data file (.csv file)
  • 2. Save the file
  1. Data Handling
  2. Loading Input Data

Creating Input Data

Describes how to define input data in the form of a .csv file

PreviousDefining Input Data SchemaNextLoading Input Data

Last updated 1 year ago

1. Create input data file (.csv file)

Create an input data file (.csv) corresponding to your input data schema. Define column names in the first row of the generated input data file and enter data starting from the second row. The example below shows a screen that creates an input data file corresponding to an input schema named SampleData and enters data.

The schema name defined in the input schema file must match the filename of the input data file. Also, enter column names to match the column names defined in the input schema file.

2. Save the file

When you're done entering data, save the file and place it in the InputData folder as shown below.

Entering data into the SampleData.csv file
Creating an input data file in the InputData folder
Entering SampleData data
Creating an input data file in the InputData folder