CIB merge technical documentation (EN)

6. Call parameters in detail

6.20. Parameter --directory-set-inline

The parameter --directory-set-inline allows a file-less data entry using the parameter file.

Syntax

--directory-set-inline=<virtueller Dateiname>
VAR1;VAR2
VALUE1;VALUE2
VALUE3;VALUE4
end-of-file


Description

The --directory-set-inline parameter reads the lines of the parameter file up to the end-of-file. This means that all lines between --directory-set-inline and end-of-file are interpreted as contents of <virtual filename>. The content is entered in the virtual directory under <virtual filename>. If a content already exists, it will be overwritten.


Example

Excerpt from a parameter file with file-less data input:

--datafile=daten.csv
--directory-set-inline=daten.csv
Var1;Var2;Var3
Wert1.1;Wert1.2;Wert1.3
Wert2.1;Wert2.2;Wert2.3
end-of-file

The parameter --directory-set-inline=data.csv indicates file-less data entry. The following lines are read in up to the "end-of-file" line and thus form the contents of the virtual file named data.csv.