enhance Csv

This commit is contained in:
Looly
2019-10-29 14:06:32 +08:00
parent 854d7a9380
commit da39e9e646
5 changed files with 316 additions and 136 deletions

View File

@@ -9,6 +9,8 @@
* 【setting】 增加System.getenv变量替换支持
* 【core】 XmlUtil中mapToStr支持namespacepr#599@Github
* 【core】 ZipUtil修改策略:默认关闭输入流issue#604@Github
* 【core】 改进CsvReader支持RowHandler按行处理issue#608@Github
### Bug修复
* 【core】 解决ConcurrentHashSet不能序列化的问题issue#600@Github
* 【core】 解决CsvReader.setErrorOnDifferentFieldCount循环调用问题