Problem encoding new line (\n) in base64
-
Hello,
So I have a situation where I need to encode (in base64) a string with new lines in it, something like :data1 data2 data3
So I use function stack for that:
but after decoding it the outcome is:
data1\ndata2\ndata3
So is there anyway around it ?
-
Sorry I don't think there is currently a way to do that. You'll have better luck with OB2.