Remove TODO - csvtofsv - Convert CSV to FSV (`fs' (0x1c) as FS and `rs' (0x1e) … | |
hg clone https://bitbucket.org/iamleot/csvtofsv | |
Log | |
Files | |
Refs | |
README | |
--- | |
changeset 4455ebaed931df136744b6c257e55250ed95613f | |
parent 608f7b88a31953db62b60dfc640fa9a94f4e173b | |
Author: Leonardo Taccari <[email protected]> | |
Date: Wed, 26 Jun 2019 02:01:29 | |
Remove TODO | |
RFC 4180 was checked and now all tests passes (there can be still | |
several parsing mistakes but hopefully should be minor!) | |
Diffstat: | |
TODO.txt | 3 --- | |
1 files changed, 0 insertions(+), 3 deletions(-) | |
--- | |
diff -r 608f7b88a319 -r 4455ebaed931 TODO.txt | |
--- a/TODO.txt Wed Jun 26 01:59:21 2019 +0200 | |
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
@@ -1,3 +0,0 @@ | |
-Possible known todo and parsing mistakes: | |
- | |
-- Add more tests and recheck RFC 4180 |