When using PowerShell to create a text file using the basic Out-File function will cause vRA/vRO to read the file as binary.
vRA 8.x
vRO 8.x
If you use the default text output method 'Out-File' to create a text file, it will be created using unicode.
Unicode files are read by some Linux system utilities such as 'less' read unicode files as binary.
To work around this issue, use the -Encoding utf8 to output the file in a way that can be easily read by vRO.