Line 705 of sas7bdat.go should be: ``` if sas.ConvertDates && ( sas.ColumnFormats[j] == "MMDDYY" || sas.ColumnFormats[j] == "DATE") { ``` Here is a small test file that shows the problem: [small.zip](https://github.com/user-attachments/files/16289359/small.zip)
Line 705 of sas7bdat.go should be:
Here is a small test file that shows the problem:
small.zip