Skip to main content
SourceValueTargetCsvParserOptions
Options for a source,target,value CSV parser.
NameTypeDescription
edgeDecorator?(e:ObjectData, source:ObjectData, target:ObjectData) => ObjectDataOptional function that you can use to decorate loaded edges prior to their addition to the model
nodeDecorator?(o:ObjectData, isSource:boolean) => ObjectDataOptional function that you can use to decorate loaded nodes prior to their addition to the model
readHeaders?booleanDefaults to true - whether or not the file is expected to have headers