I need some assistance please. I've tried the REST connector and the Web Page connector but cannot figure out a way to import data from a web site. There is a header for the entire recordset, which begins with <agrian_reports> and ends with </agrian_reports> , but I only want the records inside the report and not the header information.
Each new record starts with <rec_id> and the last field in each record ends with </view_url> . There is a sample below that is truncated; actual records have many more fields.
Any advice on how to set up a data connection that will recognize the following?
Ideally, I'd like the data load script to only pull records within the report and recognize that <agrian_reports> is the start of the report and </agrian_reports> is the end of the report.