Click here to Skip to main content
15,886,859 members
Articles / General Programming / Parser

CSV Interface - A CSV Parser for VBA. Stable, Efficient, Flexible and Standards-compliant

Rate me:
Please Sign up or sign in to vote.
4.47/5 (8 votes)
11 Jul 2021GPL39 min read 9.5K   280   14  
To cover the need to import information from a CSV file directly into RAM, in an efficient, secure and stable way, from VBA, specialized libraries are needed to ensure the ease of use and integrity of the data.
In this article, we will take a look at the CSV specifications exposed in RFC-4180 and a brief explanation of the structure that a file of this type can have. I will address some examples of how to use CSV interface, some extreme cases in which the vast majority of parsers fail and I will detail all the features that the library under study has.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Dominican Republic Dominican Republic
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions