This functionality is only available for certain module packages.

Writing key-value parts into parameters by importing a CSV file

Requirements:

The CSV file ParameterMap.csv is imported in order to fill the ParameterMap parameter with key-value pairs in the existing configuration. To this purpose the template file Template_CSV.imx is additionally required.

Proceed as follows to fill a Map with key-value pairs:

  1. Select the menu item File > Import....

The import wizard opens with the Select page.

  1. Navigate to Project > Import.
  2. Confirm via [Next >].

The import wizard opens the page Import file.

  1. Specify the file ParameterMap.csv in the Source file name field.

The file is located in the following directory:

<EEC installation path>\resources\Import\CSV

Use [Browse...] to navigate to the file. If applicable, select the file filter CSV files (*.csv).

  1. From the Customer scheme drop-down list, select the entry Default:KeyValue.xsl. This grays out the input field.
  2. Enter the file Template_CSV.imx in the Template file name field.

The file is located in the following directory:

<EEC installation path>\resources\Import\IMX

Use [Browse...] to navigate to the file. If applicable, select the file filter IMX files (*.imx).

  1. Remove the Create new project option and mark the Feeder project in the list below it.
  2. Confirm with [Finish].

Result:

The configuration called Feeder is displayed in the project catalog:

  1. Open the Feeder component.
  2. Select the Parameters editor.

The Value column shows that the values from the columns A and B of the CSV file have been written as a key-value pair in the ParameterMap parameter.