URISeparator Parameter (Connect-JSON Cmdlet)
A delimiter used to separate different values in the URI property.
Syntax
Connect-JSON -URISeparator string
Data Type
cstr
Default Value
","
Remarks
By default the delimiter is a comma which means that multiple URIs can be
joined together like this:
URI=c:/data/json1.json,c:/data/json2.json,c:/data/json3.json