Hi Friends,
I am having difficulty in parsing a text file with pipe delimiters. Please find the format below. tried to go through the old discussions, but i am not able to parse the file
----Original File---------
|code| X | doooe|
|---------------------|
|10001|A33|impact|
|10002|A34|impact|
|10003|A35|impact|
------Required Format-------------
| code | x | doooe |
| 10001 | A33 | impact |
| 10002 | A34 | impact |
| 10003 | A35 | impact |