The optional keyword SVQUOTE is used to explicitly double quote text values or all values.
The possible values are *ALL, *TEXT, *MIN or *NONE which is also the default value.
A value of *ALL means that all values are double quoted.
A value of *TEXT means only text values are double quoted.
A value of *NONE means that quoting is only done when the value contains a double quote or separator.
A value of *MIN is like *NONE, but the quoting is only done when a separator is present, or the value starts with a double quote.