28 lines
600 B
JSON
28 lines
600 B
JSON
{
|
|
"name": "ADLS_ProductModel",
|
|
"properties": {
|
|
"linkedServiceName": {
|
|
"referenceName": "AzureDataLakeStorage1",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"folder": {
|
|
"name": "Lab4"
|
|
},
|
|
"annotations": [],
|
|
"type": "DelimitedText",
|
|
"typeProperties": {
|
|
"location": {
|
|
"type": "AzureBlobFSLocation",
|
|
"fileName": "SalesLT.ProductModel.txt",
|
|
"folderPath": "Raw",
|
|
"fileSystem": "lakeroot"
|
|
},
|
|
"columnDelimiter": ",",
|
|
"escapeChar": "\\",
|
|
"firstRowAsHeader": true,
|
|
"quoteChar": "\""
|
|
},
|
|
"schema": []
|
|
},
|
|
"type": "Microsoft.DataFactory/factories/datasets"
|
|
} |