A community member has associated this post with a similar question:
Incremental Data load with Data Factory for Dynamic columns

Only moderators can edit this content.

Data Factory to Table Storage Load

Imran Mondal 246 Reputation points
2021-04-01T03:07:53.607+00:00

I used Data Factory to Load CSV data From Blob Storage to Table storage, it worked but I am facing the below issues now.

every time the Number of columns is changing in the Source CSV files, which are stored in Blob Storage.

Now, I am trying to do incremental load using the last modified option.

when I run it next time, the error I am getting is that one particular column that is there in my target column (Table storage) is not available in the source file. this is because every time number of columns is changing in the source file.

My question is, how can I load the column dynamically, If the column is not there it should put as a null.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,684 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,527 questions
{count} votes