CIB merge technical documentation (EN)
6. Call parameters in detail
6.21. Parameter --directory-log
The --directory-log parameter writes the contents of a virtual file with the start and end line to the error output.
The start line is --directory-set-inline.
The end line is “end-of-file”.Syntax
--directory-log=<virtueller Dateiname>
Example
--logfile=!merge.log --datafile=daten.csv --directory-set-inline=daten.csv var1;var2;var3 1.1;1.2;1.3 2.1;2.2;2.3 3.1;3.2;3.3 end-of-file --inputfile=directory-set-inline.rtf --directory-log=daten.csv
The content and the start and end line are written to the log file. The content of the log file merge.log looks like this:
--directory-set-inline=daten.csv
var1;var2;var3
1.1;1.2;1.3
2.1;2.2;2.3
3.1;3.2;3.3
end-of-file