Nested for each might work:

FOR EACH record {

  FOR EACH tags_bag {
    result = CONCAT(type, tags);
  }
}
On Sun, Jul 8, 2012 at 1:57 PM, Benjamin Juhn <[email protected]> wrote:

> Hi There,
>
> I'm trying to concat the first tag string with type string for all
> records.  Could someone advise on syntax?
> records: {meta:(type: chararray, tags_bag: {t: (tags_tuple: (tags:
> chararray))}
>
> Thanks,
> Ben

Reply via email to