Mapping Columns in two different Tables by manual Selection using JSL
I have two tables, let call them dt1 and dt2 Each table has one column each Column1 in dt1 and column2 in dt2. I need to (either update or create a new table ) that has contents of Column1 mapped to to contents of Column2 by manual selection. Since the column entities are so different a join or update feature cannot be used. My aim is to create a user interface that allows the user to select row ...