-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug #3
Comments
Thank you for reporting.
"test.txt" contains your CSV text. |
The CSV text is on a ANSI codified file, when I tried to parse it, using your well documented code, I got an |
First, I defined |
After a look to your response:
The above prints the text |
I tried the following code.
The result in immediate window is
Please check it. |
Definitely, the are an extra |
Currently, I am improving the
CSVinterface
class to make it RFC4180 standard fully compliant. As you know, your well developed project is used by me as a reference.I test your code using the following CSV text and the returned value by your
ParseCSVToArray
function isnull
:The above CSV complies the RFC4180 standard.
The text was updated successfully, but these errors were encountered: