File field reading
This merge request fixes an issue with how files content were read.
The returned content was bytes but by default it should have been text.
This is now fixed with adding support for CXX algorithm which are in fact binary.
This merge request fixes an issue with how files content were read.
The returned content was bytes but by default it should have been text.
This is now fixed with adding support for CXX algorithm which are in fact binary.