Hi,
I'm continiously acquiring tasks for internal FME execution that previously was done by a mix of command lines and t-sql. One of the tasks involved was dispersing points with identical coordinates to unique positions in the vicinity. This task is currently kept in a stored procedure.
I would like to also transfer this functionality to FME proper.
Before I venture into recoding the stored procedure into a custom transformer, I'd like to hear, if anyone has encountered a similar problem, and has found a good solution ?
Cheers.