BCP --quoted-fname Option

The current syntax of the command line parameter for BCP is “--quoted-fname”.

The system accepts the string “quoted-fname” without blank space in between string. You can place the new parameter anywhere after data file names in the list of commandline parameters.

To use data file names containing special characters, besides using this option, quote your file names within double quotation marks each preceded by a backslash (\"). If the file names contain double quotation marks, put a backslash preceding each double quotation mark in the file names.

Examples

Data file name

With the updated syntax

fnamepart1,fnamepart2

\” fnamepart1,fnamepart2\”

fnamepart1”fnamepart2

\” fnamepart1\”fnamepart2\”

“fnamepart1”fnamepart2”

\”\” fnamepart1\”fnamepart2\”\”