I am trying to geocode some addresses. The input is excel. But I don't want to use available geocoder services. Instead, we have our own geocoding API key. Is it possible to use it through any of the transformers?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, 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.
Yes, you can do that via a HTTPCaller. You'll need to make sure to send the API key with the request of course. The result of the API is most likely going to come back as either XML or JSON so you'll need to process that afterwards through flattening/fragmenting.