Cmdlets for HubDB

Build 24.0.8963

ImportData

Import the contents of a CSV file into an existing HubDB table.

Input

Name Type Description
TableName String The name of the draft table.
FilePath String The absolute location of the the file to import.
ResetTable Boolean Clean the table before import.

The default value is false.

SkipRows Integer The number of rows to skip.

The default value is 1.

Result Set Columns

Name Type Description
Success String Returns True or False.
RowsImported String The number of rows imported.

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