BulkAPIImportRawData Method |
Import the raw data provided into the table.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public Dictionary<string, Object> ImportRawData(
long viewId,
string importType,
string fileType,
bool autoIdentify,
string rawData,
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. - rawData
- Type: SystemString
Raw data to be imported. - config
- Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
Return Value
Type:
DictionaryString,
ObjectImport result.
See Also