This component enables reading of CSV file in two ways:
1. Read the supplied CSV file records as JSON. The JSON can then be deserialized into appropriate structure to get the records in OutSystems supported format.
2. Read the supplied CSV file records as Key Value pairs. The key value pairs can then be used in application in situations where Key Value format is more appropriate.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)