Step 1 : Replace your attribute as follows : find ^(.*)$ and replace with '$1' , this already quotes your attribute Step 2 : Use the aggregate operator and use concatenate. Now you will get 'SENDER BANK'|'RECEIVING BANK'|... Step 3 : Replace \| (escaped pipe symbol) with , (comma)
Step 1 : Replace your attribute as follows : find ^(.*)$ and replace with '$1' , this already quotes your attribute Step 2 : Use the aggregate operator and use concatenate. Now you will get 'SENDER BANK'|'RECEIVING BANK'|... Step 3 : Replace \| (escaped pipe symbol) with , (comma)
Step 2 : Use the aggregate operator and use concatenate. Now you will get 'SENDER BANK'|'RECEIVING BANK'|...
Step 3 : Replace \| (escaped pipe symbol) with , (comma)