Cmdlets for CSV

Build 25.0.9539

SkipTop Parameter (Connect-CSV Cmdlet)

Specifies the number of rows that the provider skips from the top of the file before reading data.

Syntax

Connect-CSV -SkipTop int

Data Type

int

Default Value

0

Remarks

When this property is set to a positive integer, the cmdlet skips that number of rows at the beginning of the file and starts reading data afterward. When set to 0, no rows are skipped.

This property is useful for ignoring header or metadata rows that appear before the actual data in a file.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539