Top "Azure-data-factory" questions

Microsoft Azure Data Factory is a cloud service used to invoke (orchestrate) other Azure services in a controlled way using the concept of time slices.

Azure Data Factories vs SSIS

I am thinking of moving our SSIS ETLs to Azure Data Factory. My arguments in favour of such leap are: …

azure ssis azure-data-factory
Moving - not copying - data in Azure Data Factory

I'd like to set up an Azure Data Factory pipeline which performs a move (i.e. copy, verify, delete) operation …

azure azure-data-factory azure-data-lake
How to get Azure Data Factory to Loop Through Files in a Folder

I am looking at the link below. https://azure.microsoft.com/en-us/updates/data-factory-supports-wildcard-file-filter-for-copy-activity/ We are supposed to have the …

azure azure-data-factory
Azure Data Factory project with Visual Studio 2017

I am not sure whether Azure Data Factory project is supported on Visual Studio 2017 at the moment. I have just …

visual-studio azure visual-studio-2017 azure-data-factory
Merging two CSV Files in Azure Data Factory by using custom .NET activity

I have two CSV file which contains which contains many n-columns.I have to merge this two csv files with …

azure transformation azure-data-factory custom-activity
How to run PowerShell from Azure Data Factory

I have PowerShell script which splits a complex CSV file to a smaller CSV file for every 1000 records. Here is …

powershell azure-data-factory azure-powershell azure-data-lake
Azure Data Factory get data from foreach value

I've a lookup activity with gets value from a container within a blob. I've a foreach activity which is connected …

azure azure-cosmosdb azure-data-factory
Azure Data Factory check rowcount of copied records

I am designing a ADF pipeline that copies rows from a SQL table to a folder in Azure Data Lake. …

azure-data-factory