1 2 3 4 5 6 7 8
$concat = ($row) -> { return AddMember( $row, "foo", $row.key || "|" || $row.subkey || "|" || $row.value ); }; process `Input` using $concat(TableRow());