Filter my emails using regex in python?

0

The thing is that I have the data disordered so that.

  

"name"; "smqbxtchxba" "email"; "[email protected]"   "username"; "smqbxtchxba" "name"; "nheseoypjcn"   "email"; "[email protected]" "username"; "nheseoypjcn"   "verify"; "L2y3YqyyNA8pPsrvajdBHvdx2" "name"; "mnlzereirij"   "email"; "[email protected]" "username"; "mnlzereirij"   "verify"; "cFzIz9Fr4OYdYVbksdexMgOFo"

Sometimes the verify parameter appears, and the columns would be such that name name username and sometimes verify.

What I need is to extract all my emails from this csv file ordered as in the example I put and save them in a text file using regex. Any way possible or easy to extract all emails from my text files sorted in csv format?

On the other hand, I do not know it would be possible at a web level to get it with imacros, which would make the work easier, but by not understanding much about imacros I ask in python which is where I have used regex.

    
asked by Sergio Ramos 08.07.2018 в 17:17
source

0 answers