CSV
Comma-separated values (RFC 4180): one row per line, fields split by commas. Widely used to carry simple edge lists and node/attribute tables.
Alternative Names: Comma-Separated Values
See also
Frequently Asked Questions
What is a Comma-Separated Values file?
A Comma-Separated Values file stores a graph — its nodes, edges and attributes — in the Comma-Separated Values format (also: Comma-Separated Values). See the feature table above for what it supports.
How do I open a Comma-Separated Values file?
Open it in a graph tool that supports Comma-Separated Values, or convert it to a format your tool reads. With GraphInOut you can convert Comma-Separated Values to GraphML, DOT, Connected JSON and more, right in your browser.
How do I convert a Comma-Separated Values file to another format?
Use the Convert from Comma-Separated Values link above: upload or paste your Comma-Separated Values file (input preset to Comma-Separated Values), choose a target format and download the result — free, no install.