An Azure service for ingesting, preparing, and transforming data at scale.
Hey,
you can use replace function.
@replace(URL,'\','')
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have this relative url to connect to source and copy data
",\"type\":\"company_id\",\"id\":\"85396\",\"date_from\":\"2021-10-25 00:00\",\"date_to\":\"2021-10-26 00:00\",\"interval\":\"15min\",\"group_by\":\"shop_id\",\"limit\":\"10000\"}"
I need to remove backslash because Iam getting 404 error because of that, I don't have that backslash in my original URL and it is getting added when Iam passing as a parameter.
Could anyone help me with this
An Azure service for ingesting, preparing, and transforming data at scale.
Answer accepted by question author
Hey,
you can use replace function.
@replace(URL,'\','')