Cmdlets for Parquet

Build 24.0.9062

PathSeparator Parameter (Connect-Parquet Cmdlet)

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

Syntax

Connect-Parquet -PathSeparator string

Data Type

cstr

Default Value

"_"

Remarks

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

Note: Backslash (\) cannot be used be a value for this property.

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