PathDelimiter
Determines the character used as a delimiter for building column names based on paths.
Data Type
string
Default Value
"."
Remarks
If your column names contain the '.' character, choose a different character not present in any column names. This is important because using the same character can cause problems with INSERT and UPDATE statements.