Skip to content

Cleanup junk fields #2

@marsrobertson

Description

@marsrobertson

CO

H

image

Probably something with regex looking for numbers

					const justificationKeys = Object.keys(evalData).filter((key) =>
						key.match(/(.+?)(\d+)(?: Value| Comment)?/)
					);
					const maxIndices = {};
					justificationKeys.forEach((fullKey) => {
						const match = fullKey.match(/(.+?)(\d+)(?: Value| Comment)?/);
						if (match) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions