unescapeCsv

Description: This function unescapes a String from a CSV document according to the rules of RFC 4180.

Subject Type: String

Arguments: No arguments

Return Type: String

Examples: If the "message" attribute is '"But finally, she left"', then the Expression ${message:unescapeCsv()} will return 'But finally, she left'