Forum Discussion
StephenF
Responsive Resident
3 years agoFixing ingested urls, removing %2f etc
I want to convert these url parts to proper url strings to pull reports from, they are generated by a url themselves.
Theres a couple of urls chained here until i get to a CSV at this website so i need to get each url and follow it.
4 Replies
- djurecic
Super User
[Deleted]
- StephenF
Responsive Resident
Can you delete your reply. I'm looking for ways to decode the html encoding like "%2f" or "%3f" not text manipulation. thanks.
- StephenF
Responsive Resident
Basically im looking for the opposite of Uri.EscapeDataString([Column1]))
- djurecic
Super User
Maybe this would work for you:
https://community.powerbi.com/t5/Desktop/How-to-decode-URL-component-using-M-Language/td-p/1250403