Class RowData

java.lang.Object
cz.drg.pregrouper.process.dto.RowData

public class RowData extends Object
Represents a row of data from a file, including its index, values, and associated error codes. Its a generic approach to represent different CSV file rows and use appropriate Schemas to read them.