All Projects → martyychang → sfdc-csv

martyychang / sfdc-csv

Licence: MIT License
CSV reader

Programming Languages

Apex
172 projects

IETF RFC 4180-compliant CSV Reader

Because CSV is still a thing in the year 20xx

Dev, Build and Test

Clone this repository, then deploy to your Salesforce org with sfdx.

sfdx force:source:convert -r force-app -d src
sfdx force:mdapi:deploy -d src -w 5

Then use the static CsvReader.readIETFRFC4180CSVFile function to process a CSV Blob and return something Apex-friendly.

Resources

  • RFC 4180 - Common Format and MIME Type for Comma-Separated Values (CSV) Files
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].