@@ -5,19 +5,19 @@ The CSV importer is an official plugin maintained by the Linkurious team that al
5
5
external data from a CSV file into Linkurious Enterprise. It makes it possible to transform tabular
6
6
data into rich graph visualizations quickly.
7
7
8
- TODO screenshot plugin
8
+ ![ ] ( readme_assets/ plugin.png )
9
9
10
10
### Prerequisites
11
11
- Linkurious Enterprise 2.9.x or above
12
12
- CSV files containing nodes and edges structured as follows:
13
13
14
14
#### for nodes
15
15
16
- TODO Picture for node
16
+ ![ ] ( src/public/assets/img/ node.png )
17
17
18
18
#### for edges
19
19
20
- TODO Picture for edge description
20
+ ![ ] ( src/public/assets/img/ edge.png )
21
21
22
22
Two sample CSV files, for nodes and edges, are available [ here] ( https://github.com/Linkurious/lke-plugin-csv-importer/tree/master/sample%20csv ) :
23
23
- ` 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
27
27
28
28
> Make sure to have write access to the folder of Linkurious Enterprise as well as a Linkurious admin account.
29
29
30
- // TODO modify the name of the released artifact
31
-
32
30
1 . Download the ` csv-importer.lke ` plugin available [ here] ( https://github.com/Linkurious/lke-plugin-csv-importer/releases/tag/v1.0.0 ) .
33
31
2 . Copy ` csv-importer.lke ` file to the following path ` <linkurious>/data/plugins `
34
32
3 . Restart Linkurious Enteprise
@@ -50,7 +48,7 @@ Two sample CSV files, for nodes and edges, are available [here](https://github.c
50
48
To access the plugin you need to create a custom action that will appears in right-click context menu within the Linkurious
51
49
Enterprise UI.
52
50
53
- TODO add screenshot + arrow
51
+ 
54
52
55
53
In order to do so:
56
54
@@ -102,9 +100,7 @@ After the import, you will get one of the following results:
102
100
103
101
## Limitations
104
102
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.
108
104
109
105
## Licensing
110
106
The Linkurious CSV importer plugin is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
0 commit comments