Literals
The StreamSets expression language includes the following literals for use in expressions:
- Boolean literals - 
trueandfalse - Integers - as in Java
 - Floating point - as in Java
 - Strings with single or double quotation marks
 - Escape characters for strings: 
\to escape quotation marks, and\\to escape\ - Null - 
null