Forum Discussion
ptaylor
3 years agoEmployee
Have you tried using the File Reader snap? It has a checkbox setting called Prevent URL encoding
. Please try using that and see if it succeeds.
Priyaliz
3 years agoNew Contributor
yes we tried it but that doesn’t fit our requirement. As we will be receiving any type of file like excel or pdf or jpg etc. from source, even if it pass through the file reader but cannot pass through parser because parser should be flexible to handle any type of file whereas SnapLogic don’t have such kind of snap to parse.
- alchemiz3 years agoContributor III
Hi Priya,
Good day, see attached PoC pipeline that will breakdown the uri, instead of rebuilding the uri by string concatenation, I use the rest get snap query parameters property (assuming the number of parameters [8] is static )
canvas_2023_01_10.slp (17.5 KB)
Thanks,
EmEm