# GraphML / GEXF / Edge List Network Converter

Convert GraphML, GEXF, DOT, adjacency matrices, and edge-list CSV with network metrics and preview

> Canonical page: https://elysiatools.com/en/tools/graphml-gexf-edge-list-network-converter

- **Category:** Format Conversion

- **Keywords:** GraphML, GEXF, DOT, network graph, edge list, adjacency matrix, Cytoscape, centrality

## Overview

Preserves node labels, weights, groups, and custom attributes together with edge direction, weight, and relation type. The result includes degree, Brandes betweenness, clustering coefficient, downloadable converted data, and a Cytoscape.js interactive preview.

## Inputs

- **Network Input** (textarea): Paste GraphML, GEXF, DOT, an adjacency matrix, or edge-list CSV
- **Network File** (file)
- **Input Format** (select)
- **Output Format** (select)
- **Edge Direction** (select)

## When to use

- Convert a network dataset to GraphML, GEXF, DOT, an adjacency matrix, or edge-list CSV.
- Inspect node connectivity, betweenness, and clustering before exporting the converted network.
- Standardize network data while preserving labels, weights, groups, attributes, directions, and relation types.

## How it works

- Paste network data into Network Input or upload one network file.
- Choose an input format or leave format detection set to Auto detect.
- Select an output format and choose whether to preserve, force, or remove edge direction.
- Review the calculated network metrics and Cytoscape.js preview, then download the converted data.

## Use cases

- Researchers can convert relationship data between edge-list CSV and GraphML for network analysis workflows.
- Analysts can inspect central nodes and connectivity metrics in a visual network preview.
- Data teams can transform adjacency matrices or DOT files into a format suited to their next graph-analysis step.

## Frequently asked questions

### Which network formats can I convert?

The tool supports GraphML, GEXF, DOT, adjacency matrices, and edge-list CSV as input and output formats.

### Can I paste network data instead of uploading a file?

Yes. Paste GraphML, GEXF, DOT, adjacency matrix, or edge-list CSV content into Network Input.

### Does the converter preserve edge direction?

Yes. Choose Preserve input to retain the source direction, or force the network to directed or undirected mode.

### Which network metrics are included?

The result includes degree, Brandes betweenness, and clustering coefficient metrics.

### Can I preview the converted network?

Yes. The result includes an interactive Cytoscape.js preview of the network.

## Related tools

- [XLSX CSV Batch Converter](https://elysiatools.com/en/tools/xlsx-csv-batch-converter): Batch convert CSV/TSV to XLSX or convert XLSX back to CSV/TSV with delimiter and encoding handling
- [Stryd Running Power Critical Power & W′bal Reconstructor](https://elysiatools.com/en/tools/stryd-running-power-critical-power-and-w-prime-bal-reconstructor): Derive your running Critical Power (CP) and W′ (anaerobic work capacity) from a 3-minute all-out test, power–time trial pairs, or distance–time trials, then replay a Stryd power session (.fit/.tcx/CSV) second by second: W′bal depletion and recovery timeline under the Skiba 2012 integral model and the Froncioni/Skiba/Clarke differential model, time-to-exhaustion forecasts, Stryd zone distribution (Easy/Moderate/Threshold/Interval/Repetition) and a dual-panel power/W′bal chart.
- [Time Series Forecast & Seasonality Analyzer](https://elysiatools.com/en/tools/time-series-forecast-seasonality-analyzer): Forecast future periods from CSV or JSON time-series data and inspect trend, seasonal, and residual decomposition in one report
- [Excel to CSV Converter](https://elysiatools.com/en/tools/excel-to-csv): Convert Excel file to CSV format, extracting data from the first worksheet
- [XLSX Sheet to CSV Pack](https://elysiatools.com/en/tools/xlsx-sheet-to-csv-pack): Export each Excel worksheet as an individual CSV file and include a manifest with schema/statistics
- [JSON-LD Generator from CSV](https://elysiatools.com/en/tools/json-ld-generator-from-csv): Turn CSV or Excel rows into Schema.org JSON-LD for articles, products, or events, with validation-ready output for SEO workflows
- [Time Series Anomaly Detector](https://elysiatools.com/en/tools/time-series-anomaly-detector): Upload CSV or JSON time series data, detect anomalies with Z-Score and IQR methods, and return a chart-backed report
- [XLSX Multi Sheet Splitter](https://elysiatools.com/en/tools/xlsx-multi-sheet-splitter): Split a multi-sheet workbook into independent files by sheet name, with ZIP output

## Samples

- [Windows String Processing - C# Samples](https://elysiatools.com/en/samples/windows-string-processing-csharp): Comprehensive C# string processing examples for Windows platform including string manipulation, splitting, joining, regex operations, and text analysis
- [Text Case Format Samples](https://elysiatools.com/en/samples/text-case-formats): Examples of different text case formats: camelCase, snake_case, kebab-case, PascalCase, and more
- [Nginx Log Parser Samples](https://elysiatools.com/en/samples/nginx-log-samples): Comprehensive Nginx log samples for testing log-parser tool, including access logs and error logs with various formats and scenarios
- [Android Serialization Java Samples](https://elysiatools.com/en/samples/android-serialization-java): Android Java serialization examples including JSON serialization, deserialization, and XML parsing
