I've worked out a way of doing it using template input mode. Working out that it was treating each value separately was the bit I needed.
If I use {authors} as the input, search for everything up to the first '&' and replace that with NULL, then write the remaining string into destination field authors it work perfectly. (Only because the incorrect value is always the first one.)
|