I need to split line from one big text file.(80MB)
For example, text file look like below
ST*837*000008~BHT*0019*00*1*20140205*1020*RP~REF*87*004010X098~
I need code to update it as below based on "~" letter.
ST*837*000008~
BHT*0019*00*1*20140205*1020*RP~
REF*87*004010X098~
How to do it?
Go to the complete details ...