CSV

This module contains parsers specifically for parsing csv files

comma : Parser U8 [CommaNotFound]

Match a comma character

newline : Parser U8 [NewlineNotFound]

Match a newline character

csv_string : Parser Str [InvalidString]

Match a string with or without quotation marks