I have an input with many rows, and I want output with single attribute with all input data concatenated together by comma separator.
For eg below input:
123
456
789
To be output as single field as "123, 456, 789"
How can I do that?
Regards
Avi
You can use scripting in a Transform node:
Concatenate_rows_into_list - 4 Dec 2020.lna
Its working. Thanks a lot Adrian for the solution
Hi,
I'm trying to re-purpose the function using the Aggregate node to concatenate rows with Group By. I clearly failed and need help. Can someone please help?
Looking through old posts, I found and got it working using the following
out1.Result = group.joinStrings(in1.name)
I don't understand the difference between Configure Fields vs Process Records. Is there online documentation that explains it? Thanks
This is explained in the Help documentation for your system - see the 'Node help' > 'Aggregation and Transformation' > 'Transform' topic or the online Help documentation here:
https://doc.infogixsaas.com/analyze/Default.htm#e-node-help/Aggregation_and_Transformation/transform.html
Per the documentation, the ConfigureFields script is executed only once and this occurs before the first input record is read. The ProcessRecords script is then executed for each input record.
Product SupportCommunity FAQContact Us
Terms of UseLegalPrivacy NoticesTrademarks Your Privacy ChoicesCalifornia Privacy NoticesCookie Settings