forked from netcreateorg/netcreate-2018
-
Notifications
You must be signed in to change notification settings - Fork 1
Export Data
Flynn Duniho edited this page May 29, 2024
·
3 revisions
Net.Create can export nodes and edges to separate comma-delimited .csv
files.
nodes.csv
ID,Label,Type,Notes,Tags,Degrees,Created,Last Updated
19,"Luca 2","Person","","","10","Mon, 01 Nov 2021 14:03:24 GMT","Sat, 19 Mar 2022 20:47:16 GMT"
20,"coco22446","Content","content creator ","sports, creator","6","Mon, 01 Nov 2021 14:03:34 GMT","Sat, 19 Mar 2022 20:47:16 GMT"
21,"Akira","Person","undefined","undefined","12","Mon, 01 Nov 2021 14:03:41 GMT","Sat, 19 Mar 2022 20:47:16 GMT"
edges.csv
ID,Source,Target,Type,Significance,Date,Citation,Category,Created,Last Updated
31,21,24,"follows","","","","","Mon, 01 Nov 2021 14:07:25 GMT","Sat, 19 Mar 2022 20:47:16 GMT"
32,21,25,"nearby","","","","","Mon, 01 Nov 2021 14:07:39 GMT","Sat, 19 Mar 2022 20:47:16 GMT"
34,22,26,"nearby","","","","","Mon, 01 Nov 2021 14:08:14 GMT","Sat, 19 Mar 2022 20:47:16 GMT"
Since we're using .csv
as the export/import data format, there are a few considerations for encoding:
- Carriage returns are allowed inside of quotes.
- Double Quotes need to be encoded. If you need to use double quotes, use two of them next to each other. Excel should automatically encode quotes as a double quote when exporting to a CSV file.
- Start Net.Create with a dataset.
- Click the "More..." tab.
- Click the "Import / Export" tab.
- Click the "Export Nodes" button and save the nodes file.
- Click the "Export Edges" button and save the edges file.
NOTE: Net.Create only exports the currently visible nodes and edges. See "Selecting Nodes/Edges" below
All users are allowed to export nodes and edges. Even non-logged-in users.
"Export" will only export visible nodes and edges. You can use this to select a subset of nodes and edges to export. Use the Filter feature to select nodes and edges. For example, you can filter nodes by Type, and then export.