1. CSV File Format for Import/Export

The data included in the .csv file for Recipes is divided into four areas:

Group information

Recipes information

Maps information

Parameters information

Each area consists of one line that lists the fields included in the area, followed by as many lines needed to contain the data for the area.

  1. Group information

The first and second lines consist of the following.

Line

Consists of

1

Text for Group Name, Description, GroupPoint

2

Data for the Line 1 fields.

  1. Recipe information

The first line and several following lines consist of the text:

Line

Consists of

1

Text for Recipe Name, Version, ProductCode, Author, RecipePoint, BatchPoint, Comments

2 - N

(One line for each recipe in the recipe group) Data for the Line 1 fields.

  1. Map information

The first line and several following lines consist of the text:

Line

Consists of

1

Text for Map Name, Description, MapPoint, StatusPoint

2 - N

(One line for each map in the recipe group) Data for the Line 1 fields.

  1. Parameters information

The first line and several following lines consist of the text:

Line

Consists of

1

Text for ID,Data Type,Units,Low Limit,High Limit,Default Value,Default Source Point,r1,Can Mod,IsPoint,r2,Can Mod,IsPoint,...,rn,Can Mod,IsPoint

2 - N

(One line for each parameter in the recipe group) Data for the Line 1 fields.

This parameter information also includes information about whether the corresponding Recipes parameters can be modified or are CIMPLICITY points.

More information

Sample .csv file.

Technical reference.