HI team, I have country data in my csv file, but do not have any country code. How should i get the value of the country code of all countries. I tried mapping country(nms:country) to the country code.But there are two attributes( iso-2 and iso-3). How would these two attributes will map to a single countryCode. Kindly help.
It depends on the values you have in the CSV file. If the value is IN for India then use the IsoA2 attribute and if it is IND for India then use the IsoA3 for the mapping.
It depends on the values you have in the CSV file. If the value is IN for India then use the IsoA2 attribute and if it is IND for India then use the IsoA3 for the mapping.