Click or drag to resize

BulkAPIImportDataInNewTable Method

Create a new table and import the data contained in the mentioned file into the created table.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public Dictionary<string, Object> ImportDataInNewTable(
	string tableName,
	string fileType,
	bool autoIdentify,
	string filePath,
	Dictionary<string, Object> config
)

Parameters

tableName
Type: SystemString
Name of the new table to be created.
fileType
Type: SystemString
Type of the file to be imported.
autoIdentify
Type: SystemBoolean
Used to specify whether to auto identify the CSV format. Allowable values - true/false.
filePath
Type: SystemString
Path of the file to be imported.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: DictionaryString, Object
Import result.
See Also