I have a table A like:
123and a table B like:
111222333
I would like to run a process on each row at a time in table A e.g. join to another table B that matches then run a process on the match, write some features, then proceed to the next record in table A i.e.2 and run the same processes on matches in table B i.e. 2 and so on..
I don't know how to do this in FME without writing a cursor or loop in a script. Hope it makes sense.