1. Social network edge list to GraphML
Network analystBackground
A network analyst has a weighted, directed relationship CSV containing source nodes, target nodes, weights, direction, and relation types.
Problem
The analyst needs a GraphML version while retaining relationship details and checking which nodes are most central.
How to use
Paste the edge-list CSV into Network Input, select Edge list CSV as the input format, choose GraphML as the output format, and preserve the input direction.
Input format: Edge list CSV; Output format: GraphML; Edge direction: Preserve inputOutcome
The tool converts the relationship list to GraphML and provides degree, Brandes betweenness, clustering coefficient, and a Cytoscape.js preview.