JDBC Driver for Tableau CRM Analytics

Build 23.0.8839

CreateMetadataFile

Creates a metadata file for the specified dataset.

Input

Name Type Accepts Output Streams Description
Charset String False The charset of the table.

デフォルト値はUTF-8です。

FieldsDelimitedBy String False The delimiter of the table columns.

デフォルト値は,です。

LinesTerminatedBy String False The delimiter of the table lines.

デフォルト値は\r\nです。

TableName String False The name of the table or view. Ex : 'Dataset_Title
FileName String False The full file path and name of the metadata file to generate. Ex : 'C:\\Users\\User\\Desktop\\SFTableauCRM\\DataSetTest.json'
FileStream String True An instance of an output stream where file data is written to. Only used if FileName is not set.

Result Set Columns

Name Type Description
Result String Returns Success or Failure.
FileData String File data that will be outputted encoded in Base64 if the FileName and FileStream inputs are not set.

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