ValueDelimiter Parameter (Connect-Airtable Cmdlet)
Indicates what separator to use when pushing values of an array as a single string
Syntax
Connect-Airtable -ValueDelimiter string
Data Type
cstr
Default Value
","
Remarks
The column value for elements that are an array of primitive values is by default a comma-separated string of the values when ArrayOutputFormat is set to DELIMITED. Changing this property changes the separator to the desired character.