

Loads data from a CSV (Comma Separated Values) file / flat file. See LoadFromCsvContent() for the desired CSV format and remarks.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
Parameters
- FilePath
- Type:
System String
Filename including the path of the file, that has valid CSV content.
- CommaString
- Type:
System String
The string or character that has to be treated as a comma (,) within the text.
Return Value
Returns blank if succeeded, error message otherwise.See Also