PathDelimiter
Determines the character used as a delimiter for building column names based on paths.
データ型
string
デフォルト値
"."
解説
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.