Greetings,
I’m writing FME workspace that should be able to scan a list of IP Addresses for modems. The result will have reachable:yes/No attribute to determine the IP address is reachable or not.
First thing to think of is using python caller to invoke the ping tool of OS. I did it that way and it’s working. However, the client policy demands workflows that are only built-in. No custom coding, and I want to make sure that there is no built-in transformer that may do the task?
Is there a built-in transformer that can check if a networked IP Address is reachable or not. Is there one that can be tweaked to do so ?
Thank you
-Moataz.