Hello FME Kings,
Â
Here is my situation: I have a script that uses HTTPCaller for geocoding in OpenStreetMap and MapGeoAdmin (retrieve coordinates from an address in an input attribute) and, sometimes, several "addresses" are located for the same input address which gives me a list of addresses (extracted with JSONFlattener).
Â
My problem is that I would like, in one script (and I've been working on this for a while), to stop the script and generate a dialog box with the possibility to choose the right address in a dropdown list like this
ATTRIBUT ADDRESS ENTRY => CHOICE OF DETECTED ADDRESSES (combobox)
 => "1, Chemin du Lac de Mont-d'Orge, La Muraz, Sion, Valais, 1950, Suisse"
                => "1, Rue du Mont, Sion, Valais, 1950, Switzerland
                => "1a, Chemin du Lac de Mont-d'Orge, La Muraz, Sion, Valais, 1950, Switzerland"
... since, in an automated way, it is not possible to know which one is the right one.
Â
Would you have an idea of how I could proceed?
Â
Thank you in advance for your help and sorry for my bad english.
Â
Antonin