Interface Summary |
FlatFileParser |
Interface which needs to be implemented by all custom parsers |
FlatFilePostProcessHandler |
This interface needs to be implemented to perform a specific post-process task on the flat files, after all records have been fetched from them This is executed after the custom/default parser is run |
FlatFilePreProcessHandler |
This interface needs to be implemented to perform a specific pre-process task on the flat files, before starting to parse them for fetching records |
FlatFileRecordHandler |
Handler to return the FlatFileRecord instance back to the connector, where data type conversion and validation of the attributes happens, before sending it to the requester |