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 default format for array elements is a comma-separated string when ArrayOutputFormat is set to DELIMITED. Modifying ValueDelimiter changes the separator to any character of your choice, providing flexibility in the presentation of the array elements.