The renewal maintenance has officially ended for Progress iMacros effective November 30, 2023 and all versions of iMacros are now considered EOL (End-of-Life).
This demo site will also no longer be moderated from the Progress side. Thank you again for your business and support.
Sincerely,
The Progress Team
Overview of EXTRACT command
Some extraction examples for use with the DEMO-EXTRACT macro:
This line is extracted. The second line is extracted, too. |
TYPE=TXT, standart text extraction | |||||||||
Account Executive 9450 Aspen Blvd. SAN DIEGO CA 92126 Ph: (123) 456-7890 Fax: (123) 456-8888 |
TYPE=HTM, extraction in html format. The line breaks (<br>) and formatting symbols (like <b> for bold) are also extracted. This can be helpful for further processing. | |||||||||
HREF extracts links | TYPE=HREF, link extraction or use TYPE=TITLE to extract the link title (the tooltip text). | |||||||||
Extraction of the image ALT text (e. g. product name) | ||||||||||
|
Extraction of input box content. "abc" and "xyz" are the name of the boxes. They are used in the EXTRACT command to select the boxes instead of using the POS attribute.. This method is very similar to keyword detection with EXTRACT. | |||||||||
|
Extraction of complete table at once. |