Ability to provide encoding to files in file store
O
Oxblood Albatross
Currently there is no way to provide the encoding, eg utf-8-sig to auto handle encoded files. This results in scenarios where Byte Order Marker also gets printed while accessing the content using <+configFile.getAsString("encrypted")>
This enhancement request is for having the ability to provide encoding information of the file as well and handle above scenarios so that correct content can be fetched without post processing it.
Log In