Duplicated data into field from xpath

i'm getting duplicated data at only one field. All others are ok.

xml is like:

    <ReportItem port="443" svc_name="www" protocol="tcp" severity="2" pluginID="94437" pluginName="SSL 64-bit Block Size Cipher Suites Supported (SWEET32)" pluginFamily="General">
    <bid>92630</bid>
    <bid>92631</bid>
    <cve>CVE-2016-2183</cve>
    </ReportItem>

filter like:

xpath =>[                                  
      "/ReportItem/@pluginName","report_item_plugin_name"
]

Result

report_item_plugin_name:SSL 64-bit Block Size Cipher Suites Supported (SWEET32), SSL 64-bit Block Size Cipher Suites Supported (SWEET32)

any idea? tnks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.