Hi,
I've trawled the knowledge center and have not found a topic or question which covers this, so hopefully I'm not repeating a previous post..
I'm trying to merge two MapInfo TAB files (each with the same structure), but coming from different 'Directory and File Pathnames' readers. Let's call the files A and B.
File A is the master layer and file B contains features that I want to insert into File A.
If these files were read in as MapInfo TAB readers, it would be simple to append the two together. However, as the writer has to be dynamic and the readers are Directory and File Pathnames I cannot do this easily.
I have got to a point where the features from File B are being inserted into File A (and writing out in the correct structure) - using FeatureReaders and FeatureMergers. However, the attributes aren't coming through from File B,only the geometry is apparent in the resulting file that is written. There are no attributes present except for the ones coming from File A.
If anyone can provide any help on this, it would be very much appreciated!