Extractor.extract_move_history()# Extractor.extract_move_history()[source]# Extracts movement data from json files in the Extractors in_path. Examples Get a nice csv of movement data for json data in the current working directory. >>> from alfred3.cli.extract import Extractor >>> ex = Extractor() >>> ex.extract_move_history()