This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:tim:actionhandler:excel2csvhandler [2016/11/25 14:14] semen.bortnik created |
en:software:tim:actionhandler:excel2csvhandler [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 21: | Line 21: | ||
\\ == csvPrefix == | \\ == csvPrefix == | ||
- | 'csvPrefix' defines a prefix, wich will be merched with the beginning of the csv-document's name. Process-variables can be used too. (like in the [[#Example]]) \\ E.g.: | + | 'csvPrefix' defines a prefix, wich will be merged with the beginning of the csv-document's name. Process-variables can be used too. (like in the [[#Example]]) \\ E.g.: |
*${SYS.PROCESSINSTANCE_ID} | *${SYS.PROCESSINSTANCE_ID} | ||
*${SYS.NODE_ID} | *${SYS.NODE_ID} | ||
\\ == csvSuffix == | \\ == csvSuffix == | ||
- | 'csvSuffix' defines a suffix, wich will be merched with the end of the csv-document's name. Process-variables can be used too. like in the [[#Example]]) \\ E.g.: folgende: | + | 'csvSuffix' defines a suffix, wich will be merged with the end of the csv-document's name. Process-variables can be used too. like in the [[#Example]]) \\ E.g.: |
*${SYS.PROCESSINSTANCE_ID} | *${SYS.PROCESSINSTANCE_ID} | ||
*${SYS.NODE_ID} | *${SYS.NODE_ID} |