[ 
https://issues.apache.org/jira/browse/NIFI-14788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Himanshu sahu  Ksolve NiFi Expert updated NIFI-14788:
-----------------------------------------------------
    Attachment:     (was: Screenshot from 2025-08-08 02-53-14.png)

> XMLReader's Attribute Prefix property does not work
> ---------------------------------------------------
>
>                 Key: NIFI-14788
>                 URL: https://issues.apache.org/jira/browse/NIFI-14788
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Gábor Gyimesi
>            Priority: Major
>         Attachments: Screenshot from 2025-08-22 03-52-52.png, Screenshot from 
> 2025-08-22 03-59-34.png
>
>
> 'Attribute Prefix' property should set to a specific prefix for parsed 
> attributes using the XMLReader controller service, when 'Parse XML 
> Attributes' property is set to true, and the schema is inferred. 
> Unfortunately when a prefix is set, it seems that the original attribute 
> names are used and the value is set to null.
> Example with ConvertRecord processor using XMLReader as the record reader and 
> JsonRecordSetWriter as record writer:
>  
> Properties:
> Parse XML Attributes: true
> Attribute Prefix: attr_
> Field Name for Content: tagval
> Input:
> {code:java}
> <note>
> <to alias="Toto">Thomas Mills</to>
> </note> 
> {code}
> Expected result:
> {code:java}
> [{"to":{"attr_alias":"Toto","tagval":"Thomas Mills"}}] {code}
> Actual result:
> {code:java}
> [{"to":{"alias":null,"tagval":"Thomas Mills"}}] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to