How to search for a node by passing primary key
Summary
How to search for a node by passing primary keyContent
HI,
We have a requirement to search for employee's manager in the incoming csv file. We are using stage read in csv format to read incoming file and then looping for each employee record. We have a requirement to use some fields from employee's manager record which is iin the same file. Is there a straight-forward way to search for manager record in the mapping?
I have zeroed-in on key() function under nodeset. But not sure how to use it. If anyone has used it or has any examples, could you please share? Appreciate your help.
1