You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a small question: it is possible to use rapidcsv to load csv text that has been already loaded in memory, for example that is contained in a std::string or a similar memory buffer? This is convenient when the CSV text to parse is not part of a file in a filesystem, but for example has been obtained from a network communication.
The text was updated successfully, but these errors were encountered:
Hi @d99kris, thanks a lot for the great library!
I had a small question: it is possible to use
rapidcsv
to load csv text that has been already loaded in memory, for example that is contained in astd::string
or a similar memory buffer? This is convenient when the CSV text to parse is not part of a file in a filesystem, but for example has been obtained from a network communication.The text was updated successfully, but these errors were encountered: