{ "name": "LaptopFilePersonCSV", "properties": { "linkedServiceName": { "referenceName": "LaptopFiles", "type": "LinkedServiceReference" }, "folder": { "name": "Laptop" }, "annotations": [], "type": "DelimitedText", "typeProperties": { "location": { "type": "FileServerLocation", "fileName": "Person.csv", "folderPath": "ForUpload/People" }, "columnDelimiter": ",", "escapeChar": "\\", "quoteChar": "\"" }, "schema": [ { "type": "String" }, { "type": "String" }, { "type": "String" } ] }, "type": "Microsoft.DataFactory/factories/datasets" }