{ "name": "pipeline32", "properties": { "activities": [ { "name": "Lookup1", "type": "Lookup", "dependsOn": [], "policy": { "timeout": "0.12:00:00", "retry": 0, "retryIntervalInSeconds": 30, "secureOutput": false, "secureInput": false }, "userProperties": [], "typeProperties": { "source": { "type": "DelimitedTextSource", "storeSettings": { "type": "AzureBlobFSReadSettings", "recursive": true, "enablePartitionDiscovery": false }, "formatSettings": { "type": "DelimitedTextReadSettings" } }, "dataset": { "referenceName": "DelimitedText12", "type": "DatasetReference" }, "firstRowOnly": false } }, { "name": "ForEach1", "type": "ForEach", "dependsOn": [ { "activity": "Lookup1", "dependencyConditions": [ "Succeeded" ] } ], "userProperties": [], "typeProperties": { "items": { "value": "@activity('Lookup1').output.value", "type": "Expression" }, "isSequential": false, "activities": [ { "name": "Execute Pipeline1", "type": "ExecutePipeline", "dependsOn": [], "userProperties": [], "typeProperties": { "pipeline": { "referenceName": "pipeline33", "type": "PipelineReference" }, "waitOnCompletion": true, "parameters": { "EmpId": { "value": "@item().EmpId", "type": "Expression" }, "ReportingToId": { "value": "@item().ReportingToId", "type": "Expression" }, "Employee": { "value": "@item().Employee", "type": "Expression" }, "ReportingTo": { "value": "@item().ReportingTo", "type": "Expression" } } } } ] } }, { "name": "Copy data1", "type": "Copy", "dependsOn": [ { "activity": "ForEach1", "dependencyConditions": [ "Succeeded" ] } ], "policy": { "timeout": "0.12:00:00", "retry": 0, "retryIntervalInSeconds": 30, "secureOutput": false, "secureInput": false }, "userProperties": [], "typeProperties": { "source": { "type": "DelimitedTextSource", "storeSettings": { "type": "AzureBlobFSReadSettings", "recursive": true, "wildcardFileName": "*.csv", "enablePartitionDiscovery": false }, "formatSettings": { "type": "DelimitedTextReadSettings" } }, "sink": { "type": "DelimitedTextSink", "storeSettings": { "type": "AzureBlobFSWriteSettings", "copyBehavior": "MergeFiles" }, "formatSettings": { "type": "DelimitedTextWriteSettings", "quoteAllText": true, "fileExtension": ".txt" } }, "enableStaging": false, "translator": { "type": "TabularTranslator", "mappings": [ { "source": { "type": "String", "ordinal": 2 }, "sink": { "type": "String", "physicalType": "String", "ordinal": 1 } } ], "typeConversion": true, "typeConversionSettings": { "allowDataTruncation": true, "treatBooleanAsNumber": false } } }, "inputs": [ { "referenceName": "DelimitedText15", "type": "DatasetReference" } ], "outputs": [ { "referenceName": "DelimitedText16", "type": "DatasetReference" } ] } ], "annotations": [], "lastPublishTime": "2023-01-12T06:00:04Z" }, "type": "Microsoft.DataFactory/factories/pipelines" }