Below example for csv, but fundamentally the same as a table.csv file creating the identityMap from one field, one namespace:to_object('CUSTID',to_object('id',trim(CUST_ID),'primary',true)) Another doing a multiple fields with the same namespace:to_object('CUSTID',arrays_to_objects('id',explode(conc...