ONSdigital / dp-find-insights-poc-api

Find Insights Proof of Concept
MIT License
1 stars 0 forks source link

Feature/cant metadata #206

Closed stmuk closed 2 years ago

stmuk commented 2 years ago

What

Add two pseudo-metadata modes to CLI tool as "tactical" (dread word!)

How to review

go run . -nmetadata | jq . should display JSON metadata with NOMIS-like keys (the temporarily mapped ones)

go run . -cmetadata | jq . should display JSON metadata with CANT-like keys (the real ones)

go test -v -count 1 -tags cantint ./cantabular should pass

Who can review

Describe who worked on the changes, so that other people can review.