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 arm:
#if defined(__arm__) // Arduino Due Board follows
Is there any way to use CSV-Parser without importing the SD dependencies?