remove the first row from text using the excel -
i have data below in text(.txt) format.
37|20050702030138|ar|abc 2011-a|sold|2011|encumbered|abc auto receivables
i dont want values 37|, have million of record same issue.
any idea, how rid of unwanted data?
try out:
- open text in excel
- use text table option. if want remove first value irrespective of length select "delimiter" option. else use fixed length option , select 2 characters.
- you first value / first 2 characters in separate column.
- delete first column in excel , save text.
Comments
Post a Comment