According to the manual, dataParse supports CSV files and JSON files (on disk), while dataParseString only supports JSON strings (in memory).

Can we add a function that supports CSV strings directly?