Skip to content

Extract metadata from converted files

Nexis Uni includes fairly standardised metadata for each article, such as the title, name of the publication, publication date, a byline and the number of words in the article body. This command creates a CSV file that includes these metadata for each input file.

Usage

The input directory must contain the Markdown files. The output directory (defaults to the input directory if not specified) will have a file named analysis-results.csv.

Run with Hatch:

hatch run nexis analyse -i INPUT_DIRECTORY -o OUTPUT_DIRECTORY

If you installed the package, you can run:

nexis analyse -i INPUT_DIRECTORY -o OUTPUT_DIRECTORY