Skip to content

Commit

Permalink
Improve handle-generic-xml documentation #497
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Oct 9, 2024
1 parent f5cc9dc commit be6e802
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
* @author Markus Michael Geipel
*
*/
@Description("A generic xml reader")
@Description("A generic xml reader. Separates XML data in distrinct records with the defined record tag name (default: `recordtagname=\"record\"`)" +
"If no matching record tag is found, the output will be empty." +
"The handler breaks down XML elements with simple string values and optional attributes" +
"into entities with a value subfield (name configurable) and additional subfields for each attribute." +
"Record tag and value tag names can be configured, also attributes can get get an attributeMarker.")
@In(XmlReceiver.class)
@Out(StreamReceiver.class)
@FluxCommand("handle-generic-xml")
Expand Down

0 comments on commit be6e802

Please sign in to comment.