You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
Create the Bean (Facility/Program) with appropriate type of fields and corresponding setters. Annontate the fields with @ImportField and supply rewuired attributes (mandatory, datatype and unique)
This will do necessary validation and conversion of csv data while creating bean.
Parse the file (CsvParserService.parse()) and provide your csv file path and bean class. Provide it a handler to handle the records read.