The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Illegal group index / group index is missing
Hi,
I want to to work on several thousand text files (.txt) using the operator "Process Documents from Files".
I use lets say 300 different operators "Replace Tokens" (regex) and I want to write the results in an excel file.
After an hour or so the massage "Illegal group index - group index is missing" appears on the screen.
Do you know a solution for this problem ? Because when I process only lets say 1000 files at a time it is working.
Thank you !
Jörg
I want to to work on several thousand text files (.txt) using the operator "Process Documents from Files".
I use lets say 300 different operators "Replace Tokens" (regex) and I want to write the results in an excel file.
After an hour or so the massage "Illegal group index - group index is missing" appears on the screen.
Do you know a solution for this problem ? Because when I process only lets say 1000 files at a time it is working.
Thank you !
Jörg
0
Answers
Then to bypass the error when it occurs use the operator Handle Exception.
With these two you can process all the files (except for the ones that cause errors) and then have a list of files that caused issues for you to return to later.