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:

  1. open text in excel
  2. use text table option. if want remove first value irrespective of length select "delimiter" option. else use fixed length option , select 2 characters.
  3. you first value / first 2 characters in separate column.
  4. delete first column in excel , save text.

Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -