Built in statements to work with CSVs
Created by: Lartu
@fireasembler has written a wonderful library to read and write to and from CSV files in LDPL. I think it would be wonderful to add statements to the language that mimic these features. Something like:
LOAD CSV <filename> IN <text list> USING DELIMITER <delimiter> AND STRING DELIMITER <string delimiter>
And some sort of WRITE CSV
. What do you think?