Multiple Parsers to get a set of variables and add excel table row

Hi,

I’m working on a scenario where I get the information from an email. In particular, from the body which contains all the variables together.

Applying Text Parser I could split the information from each variables.

The problem is that I need to consolidate all the information in a new excel table rows.

Could you help me to solve this? I cannot connect multiple parsers to a excel module.

Hi @Marcelo_Barcia

You can use this regex pattern to extract all required data: Nombre:\s(.?)\sEmail:\s(.?)\sEmpresa:\s(.?)\sTeléfono:\s(.?)\sPuesto:\s(.*)


P.S. Your scenario doesn’t need a router, just place all Match Pattern modules one after one. However, I proposed a solution that extracts all required data with one Match Pattern module.

Thanks!!! I’ll check it tomorrow and i let you know! :grinning_face:

1 Like

It’s worked! thankss

2 Likes

Hello @Marcelo_Barcia :waving_hand:

Thank you for coming back and letting us know it worked! :partying_face:

1 Like