Reputation: 1574
I am not sure what I am doing wrong. In Azure Data Factory I would like to write a var or a record in a file in Azure Blob. I am using Copy Data Activity (see below). The Source file is a dummy file also stored in Azure Blob. The Sink is another file csv stored in Azure Blob.
All seems fine as the file is created in the correct dynamic path, a column header is added (FirstCol
) but not the content (hello):
Any hint?
Upvotes: 0
Views: 71
Reputation: 1574
ok I think I found the issue. Seems that the dummy file should contain at least one header + value content.
Upvotes: 0