Greetings everybody,
Here is my unresolved issue: I am currently working with an Excel that has a field whose content is a combination of system generated information and xml code.
Here is an example (again, please keep in mind that the information below belongs to a single record):
The following errors occurred :
Next error:
PROCESSING ERROR == <?xml version="1.0" encoding="UTF-8" ?>
<AEX_WSResponseMsg>
<returnCode>101</returnCode>
<errorMsg>Quote number 0000000000 already used with this customer.</errorMsg>
</ResponseMsg>
</AEX_WSResponseMsg>
From the example above, I am only interested in extracting the information between <errorMsg> and </errorMsg>.
That is all I need.
Can this be achieved in Alteryx?
Thanks for your support guys!