Class CsvFieldReader

java.lang.Object
io.atlasmap.csv.core.CsvFieldReader
All Implemented Interfaces:
AtlasFieldReader

public class CsvFieldReader extends Object implements AtlasFieldReader
It accepts InputStream as a document in order to process big files efficiently. It uses the mark operation of the InputStream to reset the stream and read consecutive fields. If InputStream does not support the mark operation it is wrapped in BufferedInputStream.