|
|
|
|
|
by OscarCunningham
668 days ago
|
|
I just had a look at RFC 4180. This is the grammar they suggest: > file = [header CRLF] record *(CRLF record) [CRLF] I find it kind of wild that you have to have at least one record. Suppose I have a program that lists the events that occurred on a given day. How do I represent the fact that the program ran successfully but that there weren't any events on that day? |
|
Not necessarily how I'd do it intuitively, but doesn't seem that crazy