Package com.onenetwork.platform.integ.csv

Supports the manipulation of CSV data - typically used in the context of inbound integration.
  • Interface Summary 
    Interface Description
    CsvConsolidatedValidationErrorsFormatter
    This is used in conjunction with ConsolidateValidationErrors flag of CsvModelWriteProcessor related to InboundInterface CsvConsolidatedValidationErrorsFormatter can be used to format consolidated errors for CSV according to implementation of format()
    CsvService
    Service for converting between CSV and Model objects.
    CsvTransformer
    Interface to be implemented by clients who wish to transform a row of Comma-Separated Values.
    ModelCsvTransformer
    Interface to be implemented by clients who wish to transform a List of models to row of Comma-Separated Values.
  • Class Summary 
    Class Description
    CsvRow
    Represents a row of values parsed from a CSV (comma-separated values) file.
    CsvTransformContext
    Provides contextual information around the current CSV Transformation, for example what user/role is executing the transformation.
  • Exception Summary 
    Exception Description
    CsvTransformException
    Exception which can be thrown from CsvTransformer#transform(CsvRow) to indicate that a row could not be transformed properly.