Extractor.extract_unlinked_data()#

Extractor.extract_unlinked_data()[source]#

Extracts unlinked data from json files in the Extractors in_path.

Examples

Turn all alfred json datasets in the current working directory into a nice csv file.

>>> from alfred3.cli.extract import Extractor
>>> ex = Extractor()
>>> ex.extract_unlinked_data()