Supposing I have the following list:
A | B | C | D or the | temperature | is | 100 | °F | today
I want to merge two attributes into one, something like this:
A | BC | D or the | temperature | is | 100°F | today
How can I achieve this? The Collection can be changed, if needed.
if what your trying to do is take an element and its successor and merge them, this should work: