Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top1
top1


Tip

Step - by step instructions on how to upload data to Neo4j using Bulk Upload.

    Bulk Upload is a tool/functionality to jump start uploading data file in .csv format to push bulk of data in Neo4j. The feature feature    is a sub-menu of Configuration | Bulk Upload.

    To enable the tool list, details of tools along with their labels have to be set in toolDetail.json

Panel

Table of Contents

Click on Configuration, click on sub menu Bulk Upload

  • Click on Configuration, click on sub menu Bulk Upload.
                              
                                               


    Input details for Bulk Upload
     

  • Tool:-Click on the drop down to select the tool ,whose data needs to uploaded.

                                                

  • Label: The label gets auto-populated as soon as the tool is selected.
  • File:  Select a file(.csv file with maximum size of 2MB)

                                               


  • Click on "Upload" icon: Please click on the "Upload" icon to upload the data to Neo4j using Bulk Upload.

                                              
                                                
Panel



Note
  • toolDetail.json file which contains the list of tools along with their needs to be added under INSIGHTS_HOME.
  • Labels are auto-populated as soon as the tool gets selected.
  • The file needs to be in .csv format and with maximum size of 2 MB.


Back to Top