Hello,
I'm testing out Azure Data Factory and to process a space separated text file and been running into the following error:
Error:
at Source 'source1': java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: "ISV:%20runge,%20RLM%20version%2014.2%20BL2%22
Now I know that I can't have a colon (:) in the file name but this text is from the contents of the file. And it is not possible to remove every colon from the file contents.








