{
  "Id": "ServiceBusTrigger",
  "LineOfBusinessProcessData": [
    {
      "Key": "object",
      "Type": "Xenhey.BPM.Core.Net8.Processes.ProcessData"
    }
  ],
  "Type": "",
  "DataFlowProcess": [
    {
      "Key": "ReadFileConvertToJsonforSQLDb",
      "Type": "Xenhey.BPM.Core.Net8.Processes.CSVProcess",
      "Async": "false",
      "IsEnable": "true",
      "DataFlowProcessParameters": [
        {
          "Key": "ReadCSVAsPlainText",
          "Value": "yes"
        },
        {
          "Key": "messageformat",
          "Value": "application/json"
        }
      ]
    },
    {
      "Key": "ReceiveMessageFromServieBusWriteToAzureSQL",
      "Type": "Xenhey.BPM.Core.Net8.Processes.ConnectToDBProcess",
      "Async": "false",
      "IsEnable": "true",
      "DataFlowProcessParameters": [
        {
          "Key": "ConnectToDatabaseBulkInsertFromCSVToDB",
          "Value": "yes"
        },
        {
          "Key": "DatabaseTableName",
          "Value": "dbo.BibleVerses"
        },
        {
          "Key": "ConnectionString",
          "Value": "DatabaseConnection"
        },
        {
          "Key": "datatable",
          "Value": "dbo.BibleVerses"
        }
      ]
    }
  ]
}
