Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
tab1:
load * inline
[
country,state
unitedstate of america,america
india,andhra
pakisthan,oekisthan
];
tab2:
load * Inline
country, shcountry
india,in, --i want replace name instead of India,in
pakisthan-pak ----- here i want rename.
unitedstate of america,usa, HOW TO DO THIS IF I WRITE RESIDENT ITS GIVING ERROR
use your table 2 as Map table
and use applymap() in Table 1 to correct / modify the country names... it will work