Data Dynamic Azure Data Factory

Asked

Viewed 29 times

-1

good afternoon!

I’m doing a project in which I upload data from SAP to my SQL, via Azure Data Factory. It turns out I need to have a dynamic column Partition, by date:

I need, for example, to take this date dynamically: 20200901

And also exist in the tool pre-existing pre-functions, eg:

inserir a descrição da imagem aqui

The point is that I need to format this date, so instead of coming "2020-09-01T00:00:00.0000000Z", come like this "20200901"

Any help is welcome!

Thank you!!! :)

1 answer

0

Solved

@{formatDateTime(getPastTime(1,'Day'),'yyyyMMdd')}

Browser other questions tagged

You are not signed in. Login or sign up in order to post.