Click or drag to resize

BulkAPIImportData Method

Import the data contained in the mentioned file into the table.

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

Parameters

viewId
Type: SystemInt64
Id of the view where the data to be imported.
importType
Type: SystemString
The import type.
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