Hi All, can someone help me to delimit the data below.
For the amounts it should have 3 columns
debit, credit, balance
I tried to used the replace the whitespaces using regex and replace it with pipe(|). However, the other whitespaces are delimited and this should have bakances of 0. I attached the sample input.
The picture is the desired output.