Hello,
I have 3 shp files which I need to join
File 1
Postal code and name
File 2
Admin code and name
File 3
Admin code and state
Name in File 1 and File 2 has identical list
Admin code in File 3 is first two digits of Admin code in File 2
I need to create single file which would have the Postal Code, Name and State.
I tried to create Reader for File 1 and a Reader for File 2 and write them into the same file. The transaction was successful, however it first listed all items from File 1 and below all items from File 2.