The documentation erroneously states: ~~~ transforms.ConcatFields.field.names=["test","foo","bar","age"] ~~~ The fieldnames, however must be a string: ~~~ transforms.ConcatFields.field.names="test,foo,bar,age" ~~~