I am playing with a series chained of DatabaseJoiners which receive a recordset of parcels and i would like to join the 'failed unjoined' again to the same table using a Substring of the Key.
e.g. where APN = PARCEL_NUMBER fails try
APN_sub = @Substring(@Value(PARCEL_NUMBER),0,10)
The text editor on the TableField side of the join does not allow normal attribute manipulation FMEness to happen. Can this B.Table.Key side be extended to do @Value field trickery? I would very much like to only read the records i want from the database, this will require more than normal field Selections.

