Hi Kim,
You are looking at data that are already imported in to ctmm.
move package format and Movebank format are not the same, necessarily. A Movebank format CSV file should import into ctmm without issue, via
DATA <- as.telemetry(MOVEBANK)
where MOVEBANK is either the filename string or an imported data.frame.
move package objects will generally import the same way, but the move format is very permissive and can be something other than Movebank format.
Best,
Chris