Reader operations - script to Java migration
For the Reader operations, not all of the script operations from the Script API are implemented in the Java™ API. Alternative Java code is provided for those script operations that are not implemented in the Java API.
The following reader methods can be achieved by using native Java:
- CSVParser
- DelimParser
- FixedWidthParser
- forEachLine
- forEachXMLNode
- getCurrentLine
- newCSVParser
- newDelimParser
- newFixedWidthParser
- splitLine
- nextLine
- parseXMLNodeWithNameSpace
- parseXMLNode