Skip to main content
Solved

Type of data processed

  • July 28, 2014
  • 1 reply
  • 10 views

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.

Best answer by ken

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.
View original
Did this help you find an answer to your question?
This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img
  • Best Answer
  • July 31, 2014
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.

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings