IgnoreIncompleteRows Parameter (Connect-CSV Cmdlet)
Determines how incomplete rows are handled.
Syntax
Connect-CSV -IgnoreIncompleteRows string
Possible Values
FALSE, TRUE, EXTRA, MISSINGData Type
cstr
Default Value
"FALSE"
Remarks
Specifies whether and how to ignore rows that do not conform to the expected structure based on the headers.