PathDelimiter
The character which will be used as delimiter for bulding column names based on paths.
データ型
string
デフォルト値
"."
解説
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.