05-24-2012 02:40 PM
I am trying to pull requirements out of a *.docx table and understand that I must first create a custom type in order to perform this. As I understand I must edit the regular expression for the Requirement Type in order to parse the requirement from the Intermediate File. Where can I find this intermediate file in order to base my regular expression off of it?
References:
Thanks,
Craig
05-24-2012 04:06 PM - edited 05-24-2012 04:08 PM
Hi Craige,
In order to generate the intermediate file, you'll need to enable it in the Project tab of the Configuration Window (see the checkbox in the image below). Once this is selected, a folder called "Intermediate" will be created in the location of the document file, and this folder will contain the intermediate file. Once you have this file, you can paste the contents into the Text analysis zone (in the Expressions tab in Configuration) to test your regular expressions.
Hopefully this clarifies things - let me know if you have further questions!