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.
The TSTool
ReadTableFromDelimitedFile
command is not working forHeaderLines
, which indicates which line(s) contain the column names. The code is counting the total number of lines likeSkipLines
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
andDateTime
classes.