Parameter expressions
From CCIL
Contents
Value
Expression of the type ${NAME} will be expanded with the runtime value of the NAME variable.
Macros
- {SPACE} - Expands into a space.
- {TAB} - Expands into a tab: '\t'.
- {LF} - Expands into a line feed: '\n'.
- {CR} - Expands into a carriage return - '\r'.
- {NL} - Expands into new line: System.getProperty("line.separator").
- {CDATE} - Expands into current date: new Date().toString().
- {CTIME} - Expands into current time: new Date().toString().
- {TIMESTAMP} - Expands into timestamp: System.currentTimeMillis().
Reference
You can reference a parameter name by using the @ symbol:
PARSE_CONTENT.input = @xfer
At some point there shpoul be a definition:
# properties xfer = xfer