Hi,
I would like to do reclassification based on a 1:1 mapping.
My Mapping table is as below (first row is header and next 2 rows is sample data. | is column separator; L2 is optional field)
OldA|OldB|L1|L2 \n
A|z|1| \n
B|z|2|26 \n
C|f|3|6 \n
Request suggestion on what should be my xml schema to capture the above table info and how do I parse the xml such that when I pass OldA and OldB as input, the parser returns L1 and L2.
Thanks,
Karthik