{
	"Id": "NoSQLTrigger",
	"LineOfBusinessProcessData": [
		{
			"Key": "object",
			"Type": "Xenhey.BPM.Core.Net8.Processes.ProcessData"
		}
	],
	"Type": "",
	"DataFlowProcess": [
		{
			"Key": "ConvertCSVToJson",
			"Type": "Xenhey.BPM.Core.Net8.Processes.CSVProcess",
			"Async": "false",
			"IsEnable": "true",
			"DataFlowProcessParameters": [
				{
					"Key": "ReadCSVAsPlainText",
					"Value": "yes"
				},
				{
					"Key": "messageformat",
					"Value": "application/json"
				}
			]
		},
		{
			"Key": "WriteToAzureNoTableStore",
			"Type": "Xenhey.BPM.Core.Net8.Processes.AzureTableStorageProcess",
			"Async": "false",
			"IsEnable": "true",
			"DataFlowProcessParameters": [
				{
					"Key": "CreateRecordForAzureTableBatch",
					"Value": "yes"
				},
				{
					"Key": "BatchSize",
					"Value": "100"
				},
				{
					"Key": "StorageAccount",
					"Value": "AzureWebJobsStorage"
				},
				{
					"Key": "TableName",
					"Value": "training20260128"
				}
			]
		}
	]
}