Skip to content

Commit 0c8253b

Browse files
author
Francesco Infante
committed
Added pictures
1 parent 5c7ed12 commit 0c8253b

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ The CSV importer is an official plugin maintained by the Linkurious team that al
55
external data from a CSV file into Linkurious Enterprise. It makes it possible to transform tabular
66
data into rich graph visualizations quickly.
77

8-
TODO screenshot plugin
8+
![](readme_assets/plugin.png)
99

1010
### Prerequisites
1111
- Linkurious Enterprise 2.9.x or above
1212
- CSV files containing nodes and edges structured as follows:
1313

1414
#### for nodes
1515

16-
TODO Picture for node
16+
![](src/public/assets/img/node.png)
1717

1818
#### for edges
1919

20-
TODO Picture for edge description
20+
![](src/public/assets/img/edge.png)
2121

2222
Two sample CSV files, for nodes and edges, are available [here](https://github.com/Linkurious/lke-plugin-csv-importer/tree/master/sample%20csv):
2323
- `person.csv` contains information about person entities (a *node*);
@@ -27,8 +27,6 @@ Two sample CSV files, for nodes and edges, are available [here](https://github.c
2727

2828
> Make sure to have write access to the folder of Linkurious Enterprise as well as a Linkurious admin account.
2929
30-
// TODO modify the name of the released artifact
31-
3230
1. Download the `csv-importer.lke` plugin available [here](https://github.com/Linkurious/lke-plugin-csv-importer/releases/tag/v1.0.0).
3331
2. Copy `csv-importer.lke` file to the following path `<linkurious>/data/plugins`
3432
3. Restart Linkurious Enteprise
@@ -50,7 +48,7 @@ Two sample CSV files, for nodes and edges, are available [here](https://github.c
5048
To access the plugin you need to create a custom action that will appears in right-click context menu within the Linkurious
5149
Enterprise UI.
5250

53-
TODO add screenshot + arrow
51+
![](readme_assets/customaction.png)
5452

5553
In order to do so:
5654

@@ -102,9 +100,7 @@ After the import, you will get one of the following results:
102100

103101
## Limitations
104102

105-
The maximum file size currently supported is 2.5MB.
106-
107-
TODO check value
103+
The maximum file size currently supported is 3.5MB.
108104

109105
## Licensing
110106
The Linkurious CSV importer plugin is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

readme_assets/customaction.png

65 KB
Loading

readme_assets/plugin.png

63.7 KB
Loading

0 commit comments

Comments
 (0)