test/BigFactorySample2/dataset/TaxiDemoTotalByPaymentType.json

{
    "name": "TaxiDemoTotalByPaymentType",
    "properties": {
        "linkedServiceName": {
            "referenceName": "BlobSampleData",
            "type": "LinkedServiceReference"
        },
        "type": "DelimitedText",
        "typeProperties": {
            "location": {
                "type": "AzureBlobStorageLocation",
                "fileName": "",
                "folderPath": "adfdataflowdocs",
                "container": "adfv2"
            },
            "columnDelimiter": ",",
            "firstRowAsHeader": false
        },
        "schema": []
    }
}