If you open a CATS csv file in excel before using read_cats_csv on it, excel converts some of the date/time fields and this causes an error reading in the file. Want to add a try/catch to find date/times that are numeric rather than strings and fix this.
Also, read_cats_csv does not work on Julianna Kadar's shark files - not sure if this is because of the issue above (definitely part of it but likely not the whole problem). SDR has an example data file for fix.
If you open a CATS csv file in excel before using read_cats_csv on it, excel converts some of the date/time fields and this causes an error reading in the file. Want to add a try/catch to find date/times that are numeric rather than strings and fix this.
Also, read_cats_csv does not work on Julianna Kadar's shark files - not sure if this is because of the issue above (definitely part of it but likely not the whole problem). SDR has an example data file for fix.