Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Mapping Table

Hi All,

Why max of columns are 'TWO' in mapping table

Thanks in Advance

Nihhal

2 Replies
sushil353
Master II
Master II

Hi,

When you use applymap function there you can only pass one field which is going to be compared with the 1st column of the mapping table... and values are mapped with second column of the mapping table..

there is no way to specify the no of column to be compared and map.. that is why we are having only two column in mapping table.

HTH

Sushil

Not applicable

Hi NIhhal,

When you are implementing ApplyMap().

You need to refer only two columns, 1 MapID, 2 MapValue.

Example:-

MapID     MapValue

M           Mumbai

K           Kolkata

C           Chennia

So, you don't need to refer 3rd column.

Hope this might help you.

I welcome all your comments and feedback.

Regards,

Pavan Kumar.