{ "name": "ADLS_TSV_AdventureWorks", "properties": { "linkedServiceName": { "referenceName": "ADLS_saintegrationpipelines", "type": "LinkedServiceReference" }, "parameters": { "FileName": { "type": "string" } }, "folder": { "name": "Labs1" }, "annotations": [], "type": "DelimitedText", "typeProperties": { "location": { "type": "AzureBlobFSLocation", "fileName": { "value": "@dataset().FileName", "type": "Expression" }, "folderPath": "Raw", "fileSystem": "lakeroot" }, "columnDelimiter": "\t", "escapeChar": "\\", "quoteChar": "\"" }, "schema": [] } }