Skip to content

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.

Export Format

Example

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"

Encoding and Special Characters

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.

How to Export?

  1. Start Net.Create with a dataset.
  2. Click the "More..." tab.
  3. Click the "Import / Export" tab.
  4. Click the "Export Nodes" button and save the nodes file.
  5. 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

Who can Export?

All users are allowed to export nodes and edges. Even non-logged-in users.


Advanced

Selecting Nodes/Edges to Export

"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.

Clone this wiki locally