I am reading in a lot of features and would like to join to them a whole load of other features, based upon an ID. (they are .dbf at the moment).
These are yearly comparisons so data is read in by years defined in parameters.
Originally, I read in all data required then used FeatureMerger to merge on the ID but after 24 hours it had read the features and done only 6% of the merge and looked like taking forever.
Now i'm trying to use the Joiner - just read in one year of data and join another year to it - and selecting the dataset folder is fine but i want to use ALL the tables within the folder but the selection menu only allows you to use one. (the data is tiled due to size). Ive tried to use the * wildcard in the Table field but no joy.
Any suggestions out there?