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                          
                                 
                                               Image Removed
    Input details for Bulk UploadImage Added

    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.
                                                Image Removed Image Added

  • Label: The label gets is auto-populated as soon as once the tool is selected. This label can be edited.
  • InsightsTimeField: This field should contain the name of the column from the .CSV file which contains time related data.
  • InsightsTimeFormat: This field should contain the time format used in the .CSV file incase it is not a Epoch time. This field is optional.
  • File:  Select a file (.csv file CSVfile with maximum size of 2MB2 MB)
                                               Image RemovedImage Added
    Click on "Upload" icon: Please click on the "Upload" icon to upload the selected file to push the data to Neo4j using Bulk Upload.
                                              Image RemovedImage Added
                                                
Panel
Note
  • toolDetail.json file which contains the list of tools along with their labels needs to be added under INSIGHTS_HOME.
  • Labels are Label is 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
  • If in textual data/value contain comma(",") then replace it with underscore(_) or semi-colon(";")
  • Make sure that InsightTimeField date field in format yyyy-MM-ddTHH:mm:ss
  • 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
  • If InsightTimeField is in epoch format then make sure that Epoch Time is in second.