Cmdlets for CSV

Build 24.0.9060

PathSeparator Parameter (Connect-CSV Cmdlet)

Determines the character which will be used to replace the file separator.

Syntax

Connect-CSV -PathSeparator string

Data Type

cstr

Default Value

"_"

Remarks

Determines the character which will be used to replace the file separator. If there is a CSV file located in "Test/CSVFiles/Test.csv" and if this property is set to "_", then the table name for this file would be "Test_CSVFiles_Test.csv".

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060