I have many CSV tables (35) that share a common "GEO_ID" but have different attributes otherwise. There are about 1,600 records in each and every table.
I want to join them together by GEO_ID with a resulting output XLS file of 1,600 records and 100+ fields. I've tried FeatureJoiner with a Left Join to a "geography.csv", but always end up with 53,000+ records.
Also tried FeatureMerger with similar results.
What am I missing?