Skip to content

WAT extractor: missing WARC format version #45

@saraaubry

Description

@saraaubry

In the envelope structure, the Format metadata field is missing the version number. It will give the possibility to keep track of WARC format evolutions overtime.

Current:
Envelope: {
Format: "WARC",
}

Target:
Envelope: {
Format: "WARC/1.0", (stated at the top of the named fields on individual records)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions