CSV-Parser-for-Arduino
CSV-Parser-for-Arduino copied to clipboard
It turns CSV string into an associative array (like dict in python)
Hello, I was using the library in platformio and I have encountered the following compiler warnings: ``` [{ "resource": "------------------ CSV Parser/CSV_Parser.cpp", "owner": "cpp", "severity": 4, "message": "converting to non-pointer...
It's currently not easily possible to read multiple files at the same time, when using row by row mode. Each csv parse instance refers to the same `feedRowParser()` which then...
Hello, I'm completely new to arduino and python. I need to give my arduino due coordinates from a csv file, which a programs creates on my pc. The arduino is...
Hello, I read a csv-File after sending over html (AsynchronWebserver). When I read row after row and write the result to my array all works fine. But when I read...
Hi there! Using the basic_usage example, compilation fails with an RP2040 chip as the target (even with CSV_PARSER_DONT_IMPORT_SD defined). ``` /home/jearlam/Arduino/libraries/CSV-Parser-for-Arduino/examples/basic_usage/basic_usage.ino: In function 'void setup()': /home/jearlam/Arduino/libraries/CSV-Parser-for-Arduino/examples/basic_usage/basic_usage.ino:26:20: warning: ISO C++ forbids...
hello dear developer. i need to Parse a txt and or CSV comma-separated file, I have been searching for an example code of this CSV-Parser to read file from FILESYSTEM...
CSV-Parser requires SD (and SPI), but I get a compilation error on an espressif8266 board. ``` `SD/utility/Sd2PinMap.h:371:2: error: #error Architecture or board not supported.` ``` `Sd2PinMap.h` seems to only support...
hi @michalmonday , congratulations for such an amazing piece of software :) we are using the [*reading from sd card*](https://github.com/michalmonday/CSV-Parser-for-Arduino/blob/master/examples/reading_from_sd_card/reading_from_sd_card.ino) example in our case, to correctly read the file we...
Hey! I need to use my csvparser variable globally, and read in things with