Unsupported/unknown datatype10 (ASCII Timestamp)
Opened this issue · 0 comments
JulianWgs commented
Hi,
I tried to read a Famos .dat file and got the following error:
RuntimeError: unsupported/unknown datatype10
The responsible code can be found here.
It seams like the datatype10 corresponds to an ASCII timestamp, according to this code. The file does contain timestamps.
It would be great to be able to parse timestamp signals either as a UNIX timestamp or as a fixed length string. A workaround could be to give the user the option to skip certain datatypes.