I’ve been trying to build a document understanding framework using regex for invoices. For each supplier I add a new document type. Now I got 19 supplier with all the regex expressions in place.
When I try to add a new supplier, the error icon pops up on the Configuration field in de input properties.
I can’t see what the exact error is because the string in de Configuration field is very long.
Is there a limit in how long the Configuration property can be and so is there a limit how many document types you can add?
I tried to debug so that I was able to export the output and in the txt file I see ‘Line is too long’. But I’m not sure if the output error is to long to mention, or that ‘Line is too long’ is exactly the error.
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Meet us and our users on our Community Slack and ask your question there.
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
Can you please somehow share with me at least prinstcreens of the configuration wizard for the Regex based Extractor? I would like to be able to reproduce it, and not being able to see the entire configuration makes me try to do it by hand…
As a temporary work around, please try to configure new expressions in another instance of the Regex Based Classifier. This means,
add 2+ extractors of the same type in the Data Extraction Scope
activate them let’s say each for 10 doc types , with their own expressions etc
configure them accordingly - configure in the regex wizard expressions for the first 10 doc types, in the second extractor for the next 10 doc types etc.
This would allow you to define as many as you want IF the issue is one of max size reached.
We are investigating and trying to repro on our end - but until then you can try this trick.