standalone_view_lambda.txt 179 B

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