All versions of this manual
X
 

Importing graph data: CSV Import

Importing Data with CSV Files

Importing data into Linkurious using a CSV file is simple and efficient. To use the CSV import feature, you must have a connected graph database.

Administrators can create reusable import templates, allowing themselves and other users to quickly and consistently import data into Linkurious.

You can start creating a template from either:

  • The Datasource Schema page, or
  • The Resources Management page

Creating CSV Templates

create template

Step 1: Select Entity Type

First, choose the entity type for the data you want to import. Select whether your CSV file contains:

  • Nodes, or
  • Edges

Your selection determines how the data will be structured and mapped during import.

Note: When importing edges, your CSV file must include information about the nodes the edges connect (e.g., source and target identifiers).

template step 1

Step 2: Select File

Next, upload your CSV file and select the delimiter used in the file (for example, comma, semicolon, etc.).

Once uploaded, the file will be displayed in a table preview so you can verify that the data has been correctly parsed.

template step 2

Step 3: Configure & Map Data

In this step, you map the columns of your CSV file to the structure of your connected datasource.

Linkurious will automatically suggest:

  • Node categories or edge types
  • Corresponding properties

You can accept these suggestions or manually select:

  • The node category or edge type where the data should be imported
  • Existing properties to map to
  • Or create new properties directly from this interface

Additional details for edge mapping:
When importing edges, you must define how the source and target nodes are identified. This typically involves mapping CSV columns to existing node identifiers (such as ID properties) so Linkurious can correctly create the relationships.

template step 3

Step 4: Save Template

In the final step, provide:

  • A template name
  • An optional description
  • The appropriate sharing settings

This allows you to control who can use the template.

template step 4

Accessing and Managing CSV Templates

All CSV templates are available under:

Resources Management → CSV Templates

From this tab, administrators can:

  • View all templates
  • Search for specific templates
  • View template details
  • Create new templates

Accessing and Managing CSV Imports

All completed CSV imports can be viewed under:

Resources Management → CSV Imports

From this tab, administrators can:

  • View details of past imports
  • Monitor import activity
  • Access information about previously uploaded files