PathDelimiter
The character which will be used as delimiter for bulding column names based on paths.
Data Type
string
Default Value
"."
Remarks
If your columns already contain '.' character in their name, it is necessary to specify another character that is not used in column names, since it may risk breaking INSERT/UPDATE statements.