Cmdlets for Airtable

Build 24.0.9060

ArrayOutputFormat Parameter (Connect-Airtable Cmdlet)

An optional override for the column value output format of elements that are arrays of primitive values.

Syntax

Connect-Airtable -ArrayOutputFormat string

Possible Values

AGGREGATE, DELIMITED

Data Type

cstr

Default Value

"AGGREGATE"

Remarks

This property decides how the column value of elements that are arrays of primitive values is displayed in the output. If set to AGGREGATE, the value will be the aggregate form of the array. If set to DELIMITED, the value will be a delimited string of the values.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060