nebula-importer icon indicating copy to clipboard operation
nebula-importer copied to clipboard

Nebula Graph Importer with Go

Results 50 nebula-importer issues
Sort by recently updated
recently updated
newest added

show the importer version e.g.: ![image](https://user-images.githubusercontent.com/1726587/187824490-8395e6ad-3eae-4774-ae58-34cc8a521252.png)

I'm testing data load in Nebula 3.2.0 for our dataset which we already have in Nebula cluster 1.2.1 version. I have issue with nebula-importer loosing session during import and can...

for nullable fields of tag or edge, think about how to import the NULL value in csv file.

help wanted
feature req

we are migrating data from neo4j to nebula by using csv file. There is one field which type is bool. In neo4j export csv file, the value could be true/false/empty....

type/bug
affects/none
severity/minor

@wey-gu Using below config file... - When multiple CSV data files are located at ./students/*.CSV path, Importer is trying to read all the file(s) at once - Each CSV data...

enhancement

We are trying to create two edge between two vertices using importer; see the data file at the end. Can the CSV file column be reversed to create two edges?...

Importing files with wildcard in the path failed. It works okay, with exact file name. Below is the error I'm getting ``` C:\nebulaimporter>docker run --rm -it --add-host host.docker.internal:host-gateway --network host...

bug

If the import file is in Chinese, that is, the encoding format is GBK, an error will occur in the import.

type/enhancement

It is best to be compatible with multiple versions at the same time

type/feature req