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 jump start and bulk upload data  Data to Neo4j using Bulk Upload.

    Bulk Upload is a tool/functionality to jump start uploading up to 5 data file in .csv format to CSV format (maximum size 2 MB) to push bulk of data in Neo4j. 
    The feature is a sub-menu of Click on Configuration | Bulk Upload.

    T 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, under sub menu click on

sub menu

Bulk Upload

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

    Input details for

    How to upload up to 5 .CSV files (maximum size 2 MB) using Bulk Upload?
     

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

                                                

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

                                               


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

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


Info
titleTips to upload .CSV file

Please ensure that the .CSV file is in correct format to avoid failure in uploading the file. For example

  • In the header do not use """. E.g. "commit_ID", instead use commit_ID
  • In textual data do not use spaces. E.g. run time, instead use run_time
  • Please ensure there is consistency in the header while uploading data for same Tool to avoid data mismatch
    Please Note: Uploading incorrect data or inconsistent data may impact creation of Dashboards and other functionalities