File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
metafacture-xml/src/main/java/org/metafacture/xml Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 34
34
* @author Markus Michael Geipel
35
35
*
36
36
*/
37
- @ Description ("A generic xml reader" )
37
+ @ Description ("A generic xml reader. Separates XML data in distrinct records with the defined record tag name (default: `recordtagname=\" record\" `)" +
38
+ "If no matching record tag is found, the output will be empty." +
39
+ "The handler breaks down XML elements with simple string values and optional attributes" +
40
+ "into entities with a value subfield (name configurable) and additional subfields for each attribute." +
41
+ "Record tag and value tag names can be configured, also attributes can get get an attributeMarker." )
38
42
@ In (XmlReceiver .class )
39
43
@ Out (StreamReceiver .class )
40
44
@ FluxCommand ("handle-generic-xml" )
You can’t perform that action at this time.
0 commit comments