It is not only a fully functional graph visualization library, but also an explorer of data relationships.
!!!###!!!title=parseCSVData——VisActor/VMind api documents!!!###!!!
parseCSVData
Interface Description
The parseCSVData interface is used to convert CSV strings into the dataset and field information required by VMind.
Interface Parameters
csv: A string type, representing the CSV string to be parsed.
Return Value Type
Returns an object containing two properties:
fieldInfo: Type of SimpleFieldInfo[], representing the parsed field information, each element is an object, containing the following properties:
dataset: DataItem type, representing the parsed dataset, each element is an object, the key is the field name, and the value is the corresponding data: