IgnoreBlankRows Parameter (Connect-CSV Cmdlet)
Specifies whether the provider skips blank rows when reading data from text files.
Syntax
Connect-CSV -IgnoreBlankRows SwitchParameter
Data Type
bool
Default Value
false
Remarks
When this property is set to true, the 本製品 ignores blank or empty rows while reading data. When set to false, blank rows are included as empty records in the result set.
This property is useful for preventing empty lines in a file from being interpreted as records during import.