This "library" (actual it is a single cpp and header file) is supposed to clean string output code in Arduino environment. While it seems to be easy to construct complex output string like ...
CSV means comma separated values. It's like a normal "txt" file with commas at regular places to separate some values. Typically the first line of CSV file is a "header", containing names of columns ...