I have two sets of input data.
- World graphic data in polygon
- World tabular data in CSV
I want to add multiple tabular data in country wise graphical polygon data by putting a join on country name.
The desired output will be each single polygon with multiple attribute data from CSV. I have used "Feature_Merger" & "Feature_Joiner" but the output is not as per expectations.
The feature merger adds all the attributes in a list file which I am finding it difficult to write in shapefile as attribute data.
The feature joiner just add polygon data to all the CSV records.
Please suggest if someone has done anything in such condition.
Thanks in advance.