PathDelimiter Parameter (Connect-Airtable Cmdlet)
Determines the character used as a delimiter for building column names based on paths.
Syntax
Connect-Airtable -PathDelimiter string
Data Type
cstr
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.