in reply to Re^3: To split with spaces
in thread To split with spaces
Thank you, but I tried and tested substr and unpack functions. These are not working. Because our input data is not a fixed-column format. Some of columns have whitespace characters and substr and unpack functions ignore these whitespace characters and pick up next columns value like that:
0
0
43
0
0
0
instead of this column that I want:
0
0
0
|
|---|