I want to publish a GP Service that takes a KML file and converts it to a Feature Class.
this tool does that(so I've published it), but the only output I got when I used it is this:
How can I get a json of the feature class details?
Thanks 🙂
Hi @Guy_srb
If you are looking for a json of your features, you'll want to run Features to JSON. You will have the option to output as a json, or geojson. If you need to do the reverse operation, try JSON to Features.
Best,
Taren