The component supports reading of CSV records in two different formats
1. JSON - The returned JSON format can easily be deserialized into list of records with structure matching the CSV records.
2. Key Values List - The CSV records are returned in the form of list of Key Values. There is also a Row Num attribute along with each Key Value pair indicating the sequence of the record in the CSV file.