???ReportClient.ImportData Method
Click or drag to resize
ReportClientImportData Method
Import the data contained in a given file into the table identified by the URI.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, string> ImportData(
	string tableURI,
	string importType,
	string csvFilePath,
	Dictionary<string, string> importConfig
)

Parameters

tableURI
Type:??SystemString
The table URI.
importType
Type:??SystemString
Type of the import.
csvFilePath
Type:??SystemString
The CSV file path.
importConfig
Type:??System.Collections.GenericDictionaryString, String
The import configuration.

Return Value

Type:??DictionaryString, String
importResult
See Also