Hi all,
I have a CSV which I read into FME desktop.
It is bore hole data with attributes:
site: A
depth: 0
depth: 20
depth: 30
end depth: 35
I want to select the max(depth) for each 'site' and update that value to be 'end depth', then proceed with other transformations.
Note sure what transformer to use to do this?
I've looked at Tester, inlinequerier...
help ?
thanks