StoreResultsAs Parameter (Connect-IBMCloudSQLQuery Cmdlet)
Specifies the data type of the generated results file after a job has been completed.
Syntax
Connect-IBMCloudSQLQuery -StoreResultsAs string
Possible Values
CSV, JSONData Type
cstr
Default Value
"CSV"
Remarks
CSV | Setting StoreResultsAs to CSV will store the results in the CSV format. |
JSON | Setting StoreResultsAs to JSON will store the results in the JSON format. |