I have a question that I would like to know if you can assist me, please:
I have a .txt file, which contains more than 1000 lines, I need to separate the code from the text .... I explain myself better with the example:
CO123456= texto1 (Primeira Linha )
CO123457= texto2 (Segunda Linha )
CO123458= texto3 (Terceira Linha )
I need to delete ( CO123456=
, CO123457=
and CO123458=
) or stay
texto1
, texto2
and texto3
.... thus:
texto1 (Primeira Linha )
texto2 (Segunda Linha )
texto3 (Terceira Linha )
I tried to do this with "Replace" mode in Excel, but I could not ... because I had lines that had many equal signs (=), thus eliminating the whole sentence.
Any suggestions?