09-17-2012 06:41 AM
Hello,
I am fighting against some regular expressions! in a dark environment. Because the excel file is
generated in an intermidiate textfile.
Is there a way to turn on the light?
Is this file somewhere on the file drive?
Regards
Juergen
Solved! Go to Solution.
09-18-2012 08:01 AM
Hi j_dedek,
If you would like to retain the intermediate file, enable the Intermediate file option for your document. This will place the intermediate file in a folder called intermediate
, which will be in the current project directory.
You can test expressions using the Regular expression tester. Directions on how to do that are below:
Text doesn't contain any correspondence with the regular expression
.
You can also use the regular expression tester to show all the groups (which are what are in the parentheses in the regular expression). You will notice in the screenshot below, there is a Text field that shows the entire line the match was found in.
Hope this helps!
09-18-2012 09:36 AM