How to Concatenate Values into two different Colum’s into single Colum.
EX
LoanNoDR by concatenating two values from LoanNo and Dr Column as Loan No-Dr
Eg : 2301-560
How to Concatenate Values into two different Colum’s into single Colum.
EX
LoanNoDR by concatenating two values from LoanNo and Dr Column as Loan No-Dr
Eg : 2301-560
Concat Fields plugin step can be used to achieve the use case.
I’ve attached the screenshot of the workflow for your reference.
thanks @KalyaniW
and what if we have multiple columns to concat ??
You can use the same plugin step Concat Fields and select the columns you want to concat in Fields Tab.
can u plz show me with example unable to do it
a) LoanNoDR by concatenating two values from LoanNo and Dr Column as Loan No-Dr
Eg : 2301-560
b) LoanNoCRAMT by concatenating two values from LoanNo. And CRAMT column
LoanNo-CRAMT
Eg : 3456-800
2. Compare the two values “LoanNoDR” and “LoanNoCRAMT” and write data in new file
I’ve attached the sample workflow for the same. Refer to the given workflow for your use case.
Sample Excel:
Concatenate.xlsx (8.4 KB)
Workflow:
WF_Concatenate.psw (25.0 KB)