Steps:
-
Create a task by providing task name, this will return int task id
-
Use this task id, for following operations
-
GetTaskDetail: Returns list of names of files uploaded
-
Upload data files: sample files, use following enums
-
File Type Enums:
-
Job = 1,
-
Operation = 2,
-
Project = 3,
-
Relation = 4
-
-
-
ExecuteTask: Parses the csv files and upload data first into relational database and then to graph database tables
-