I have 2 csv files .
1) CSV that contains 10 records and one filed named city . This field has value in short forms like "M" for "Melbourne", etc . 2) Second CSV has two fields like , "cityshortname" and "city" .
What i want to do is compare the first csv with the second csv and replace the "M" with "Melbourne" using second CSV as a reference .
How can i achieve this using Pentaho ? Any Help would be appreciable .