Add-Parquet Cmdlet
Inserts Parquet data.
Syntax
Add-Parquet [parameters]
Remarks
The Add-Parquet cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Parquet records.
Add-Parquet -Connection $connection -Table "SampleTable_1" -Columns @("Column1") -Values @("Jon Doe")