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 3434 * @author Markus Michael Geipel
3535 *
3636 */
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." )
3842@ In (XmlReceiver .class )
3943@ Out (StreamReceiver .class )
4044@ FluxCommand ("handle-generic-xml" )
You can’t perform that action at this time.
0 commit comments