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

David Handermann updated NIFI-14788:
------------------------------------
    Fix Version/s: 2.6.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> 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
>            Assignee: Pierre Villard
>            Priority: Major
>             Fix For: 2.6.0
>
>         Attachments: Screenshot from 2025-08-22 04-01-42.png, Screenshot from 
> 2025-08-22 04-02-03.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> '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