Skip to main content
Hello,

 

 

I have a workspace which converts shape files containing point data to CSV with Lat/Lon and for polygon shape files it creates CSV with only attributes. This workspace I have published as JobSubmitter service. After a calling this service from a java application I get a JSON response and from this response is it possible for me know what kind of data has been processed i.e. point or polygon.

 

 

Is there a way to find this? Any pointers?

 

 

Cheers.
Hi John G

 

I'm afraid there is a limited amount of information we can proived in that JSON response but you should get a job id.  This job id can be used to request the log file for that job using the REST request:

 

http://<host>/fmerest/v2/transformations/jobs/id/<jobID>/result

 

Then you are faced with parsing the log file but it should at least have all of the information you are looking for.

Reply