Relative Content

Tag Archive for azureazure-pipelinesazure-data-factory

in ADF Get excel worksheets from http dataset

In Azure Datafactory i’m trying to read an excel from sharepoint.
I need to know the number of sheet to read from the rightmost sheet (highest index), apparently you can’t use the “Get Metadata” activity since it doesn’t support http datasets

ADF dataflow derived column name issue

I am new to Azure Data Factory, Trying to create some derived columns for a data transformations. In that I want to create a column name as follows 'test:by:uat:trans:schemas:ext:value:2.0:Account' but how it’s coming in after the transformation (json) is '0:Account'.