Hello ,everyone!
I’m trying to use a regex plugin in this following situation:
I’m inputting a PDF file in my workflow, so, the text file output create a big file like a unique string (my PDF file is a invoice).
My problem is: i need specific fields in this “big string” like INVOICE NUMBER, VALUES, COMPANY NAME, etc…
The question: is possible and how to create a fields using regex evalution, ou the better solution is use a script?
Tks