snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Add support for semicolon delimited CSVs #418

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

Gephi is able to export CSV adjacency matrices and adjacency lists through File -> Export -> Graph File.....

However, Gephi generates CSV files that are actually delimited by semicolons (;) not commas.

Also fixes some issues with parsing adjacency matrices and lists on some browsers.

Closes #415.

stevenbird commented 8 years ago

Thanks @cyderize – good to have this support!