I have a SHAPE file with points and different attributes - one attribute MyID. I also have a plain text file with several attributes - each in a separated column:
MyID MyValue
1 A
2 B
3 C
: :
I would like to use FME to append my attributes in the text file using the attribute key/value MyID.
Is this possible, and in that case how?
Using FME Desktop 2012 SP2 here