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
Copy file name to clipboardExpand all lines: docs/reference/enrich-processor/xml-processor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $$$xml-options$$$
14
14
| --- | --- | --- | --- |
15
15
|`field`| yes | - | The field containing the XML string to be parsed. |
16
16
|`target_field`| no |`field`| The field that the converted structured object will be written into. Any existing content in this field will be overwritten. |
17
-
|`store_xml`| no |`true`| If `true`, stores the parsed XML structure in the target field. If `false`, only XPath extraction results are stored. |
17
+
|`store_xml`| no |`true`| If `true`, stores the parsed XML structure in the target field. If `false`, only XPath extraction results are stored and `target_field` is ignored. |
18
18
|`ignore_missing`| no |`false`| If `true` and `field` does not exist, the processor quietly exits without modifying the document. |
19
19
|`ignore_failure`| no |`false`| Ignore failures for the processor. When `true` and XML parsing fails, adds `_xmlparsefailure` tag to the document. See [Handling pipeline failures](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#handling-pipeline-failures). |
20
20
|`to_lower`| no |`false`| Convert XML element names and attribute names to lowercase. |
0 commit comments