Hello everyone,
and another question : let's say we have following node structure :
/compoundemployee/person/employment_information -> 0:1 records
custom_string1
end_date
start_date
user_id
...
job_information -> 0:n records
end_date
start_date
emplStatus
....
Question:
job_information needs to be selected where the start_date>= /compoundemployee/person/employment_information/start_date<= end_date, and emplStatus = 'A'.
I tried the mapping below, as soon as there is for one of the records no job_information node in the data, the next outputs are incorrect and don't show any job_information data eiter.
Sample data that is causing the issue is attached, as well as the XSD file.
Any suggestions?
Thanks again !