Hello Team,
We were using JSON Jar (reltio-json-generator-entity-2.5.4-jar-with-dependencies) but with the new updated jar (reltio-util-json-generator-entity-3.1.8-jar-with-dependencies) post log4j issue, we are not able to convert our CSV file to JSON.
ROCS: https://bitbucket.org/reltio-ondemand/workspace/projects/ROCS
As per our internal testing, it is clear that it will be issue with the charset. Earlier logs use to show the charset of csv file which is UTF-16LS in our case.
Now the new jar json generator utility works with CSV file with UTF-8 format only.
Is there any chance to provide charset in properties file to help json generator jar pick it and convert to json?
Thanks in advance!