Skip to content

Data import #37

Answered by timangus
Duvuki asked this question in Q&A
Nov 21, 2021 · 6 comments · 2 replies
Discussion options

You must be logged in to vote

Supporting graph import in the fashion you describe is a feature we plan to implement soon. For the time being you can use pairwise text, which is essentially the same idea but instead of comma separating the values you use spaces, e.g.:

K33-pairwise.txt

"C" "F" 9
"C" "E" 8
"C" "D" 7
"B" "F" 6
"B" "E" 5
"B" "D" 4
"A" "F" 3
"A" "E" 2
"A" "D" 1

The trouble with JSON graph formats is that there are several of them (https://xkcd.com/927/) so you might have ended up with one we don't support. GML or GraphML tend to be more reliable as interchange formats, for what it's worth.

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@NETfrix
Comment options

@timangus
Comment options

Answer selected by timangus
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants