Azure Data Factory get filename with extension
arkiboys
9,686
Reputation points
Hello,
In ADF I have a linked service connection to a website such as
https://www.xyz.com/-/data/archive/
In the relative url I am using below expression to get the filename with extension.
This is fine but now I want the linkedservice to behttps://www.xyz.com/
and make the relative url to be dynamic so that which ever path comes after [.com] then I can get the full filename
thank you
@concat('MOI-',formatDateTime(dataset().p_CurrentDate,'dd'), '-',formatDateTime(dataset().p_CurrentDate,'MMM'),'-',formatDateTime(dataset().p_CurrentDate,'yyyy'),'.csv')
Sign in to answer