I am trying to read attachments from an AGOL feature service. Specifically, it is a jpg image. I have the reader feed into a BinaryDecoder set to Base64, outputting Binary(fme-binary), then going into a rasterreplacer. Error occurs on the BinaryDecoder. The error is:
BinaryDecoder(TextEncoderFactory): Invalid Base64 character 'ÿ'
Does anyone know how to handle or avoid this error?
Thanks!