Replies: 3 comments 1 reply
-
Hi @nguyen-vh - I'm getting identical output from your Can I check which version of |
Beta Was this translation helpful? Give feedback.
-
Hey @d99kris, I tried again abstracting my program to reproduce my error but failed. I just give the file structure here:
When run the program it will ask for an input. Just write "Germany" and enter. The rapidcsv starts at line 166.
|
Beta Was this translation helpful? Give feedback.
-
I will proceed to close this discussion for now, feel free to re-open it for any follow-up discussion. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I was testing the same behavior of this library for a project and noticed that when using a for-loop to iterate through the columns in this case, that sometimes it works and sometimes it doesn't.
After some testing, it seems that a 5 x 5 table (example1.csv) works, but other matrix combinations don't work most of the time (example2.csv).
A strange solution for example2.csv seems to be to simply add an empty row and the problem is solved.
Another solution is to keep the for-loop short so that the loop does not reach the last column but this is not what I want.
I have the code and csv files in text and attached to this question.
Can someone explain to me what is going on. It could be that I just missing the obvious.
Kind regards,
nguyen_vh
Beta Was this translation helpful? Give feedback.
All reactions