Contact Us 1-800-596-4880

Module 2: Extract Data from a Web Site through Web Scraping

Overview

You have now completed the build of the process to automate data entry into a legacy app. However, you may have noticed that although the legacy app expects the Invoice Total and is part of the invoice, we haven’t yet handled it:

overview 01
overview 02

Also, we know that the invoice total to be registed in the legacy app must be in USD whilst the incoming invoice total value comes in EUR. So we need to do a currency change before inserting the data in the legacy app.

In this module, we will extend the Extract Data activity to extract the Invoice Total from the invoice, do the currency change through a web page and populate the value in the Activity Parameters.invoiceTotal variable.

overview 03

Capabilities we will work with in this module:

  • MuleSoft RPA handling Web interfaces

The module is organized into three labs.

Please proceed to Lab 1