{ "name": "generic_csv_internal", "properties": { "linkedServiceName": { "referenceName": "LS_Storage", "type": "LinkedServiceReference" }, "parameters": { "containerName": { "type": "string", "defaultValue": "ipfiles" }, "directoryPath": { "type": "string" }, "fileName": { "type": "string", "defaultValue": "*.csv" } }, "annotations": [], "type": "DelimitedText", "typeProperties": { "location": { "type": "AzureBlobStorageLocation", "fileName": { "value": "@dataset().fileName", "type": "Expression" }, "folderPath": { "value": "@dataset().directoryPath", "type": "Expression" }, "container": { "value": "@dataset().containerName", "type": "Expression" } }, "columnDelimiter": ",", "escapeChar": "\\", "firstRowAsHeader": true, "quoteChar": "\"" }, "schema": [] }, "type": "Microsoft.DataFactory/factories/datasets" }