1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
+1 vote
645 views
by rich-c-2789 (17.6k points)
How do I use HPath to find a segment with a blank field/component?
For example I want to find a PID segment where PID-4 is blank:

PID|1|54664|125-54664||Mouse^Mickey^L||19410101||||||

1 Answer

+1 vote
 
Best answer

Be sure to use a quoted empty string after the equals sign.

Example: PID[@4='']



 

by rich-c-2789 (17.6k points)
edited by rich-c-2789
...