-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathTODO.txt
16 lines (15 loc) · 806 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===================================================
Used to maintain requested features or future work.
===================================================
- do we need to need to handle \\r \\n \\b \\t and other special characters
- need to add examples
- need to flesh out manual a TON
- need to add programmatic CSV configuration
- some way to divide up CsvProcessor
- some way to handle a version column at the end of the row?
- no data, only header
- specify the version in the name of the column
- pass in an optional Callable<T> which creates the entities if you can't force the public constructor
- flag on processor to ignore any unknown fields
- flag on processor to allow columns to be moved around in which case their location is mapped
- VALIDATE_HEADER should have a better line position