Hi guys,
I am trying to send a few request for every featrue individually using a Rest url (include spatial overlay) to the server in order to intersect between data in DB and input data. Then save the result in json file for every feature.
It might be genereted some duplicate features , therefore I saved the results a json files. Then the json files are read using FeatureReader. But the problem is some of json files format, which were generated using HttpCaller, have been changed to Ansi encoding instead of utf_8 encoding.
I dont know, how should I solve the error.
Any help, I would be pleased.
Thanks in advance