You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

XSLT Filtering not working

Accepted answer
11
Views
1
Comments
edited Apr 19, 2024 3:46PM in Integration 1 comment

Summary:

I have 2 arrays and I'm trying to apply in line mapping filter but is not working, is there a reason?

We are trying to build a "lookup" read.

Content (please ensure you mask any confidential information):

I have the first dataset:



<RecordSet xmlns="http://TargetNamespace.com/fileReference/ReadFile"

<Record>


<id>89</id>


<ordem>a</ordem>


</Record>


<Record>


<id>05</id>


<ordem>b</ordem>


</Record>


</RecordSet>

And I have the second data set:

<Recordset xmlns="http://TargetNamespace.com/fileReference/readquery">


<Record>
<segment_name>Location</segment_name>


<platinum_val>78</platinum_val>


<fusion_val>4032</fusion_val>


</Record>


<Record>


<segment_name>Location</segment_name>

<platinum_val>89</platinum_val>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!