OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Fix DataTable HeaderLines and also improve handling of Date #130

Closed smalers closed 2 years ago

smalers commented 2 years ago

The TSTool ReadTableFromDelimitedFile command is not working for HeaderLines, which indicates which line(s) contain the column names. The code is counting the total number of lines like SkipLines rather than counting the number of noncomment lines.

Also, data table sorting was not working for some tables returned from a database query, due to casting between Date and DateTime classes.

smalers commented 2 years ago

I updated the code. Close this issue.