You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2020. It is now read-only.
I have some set of predefined properties and their corresponding values in a excel format like -
PROPNAME1 test-value1
PROPNAME2 test-value2
and one input xml that is having various messages. I have to match each PROPNAMES with label value in message/message_type/command/cmd_input/param_block_series/param_block/param/param_name
XPath for each messages and params we have in XML and add the new attribute with value as Property-value from excel to the parent of that matching param_name tag. For Example-