22.11 SET_PARSER_FLAGS Procedure

This procedure sets flags to control parser behavior. Existing flags include:

  • CSV_BACKSLASH_ESCAPING - If Y, the parser treats the backslash character as an additional escape for the the enclosed character. Defaults to Y for backwards compatibility.

Syntax

APEX_DATA_PARSER.SET_PARSER_FLAGS (
    p_name  IN VARCHAR2,
    p_value IN VARCHAR2 )

Parameters

Parameter Description
p_name Name of the flag to set.
p_value Value to set.