# missing-isrcs

This contains the data used and a small script to understand why some ISRCs were excluded from a KNR order.

## Usage

- Run `node index.js` to run the script

## Data explained

- **allKnrIsrcs.json**: the ISRCS provided by KNR that were missing from the order
- **dedupedKnrIsrcs.json**: the above list, deduplicated
- **dedupedKnrSRIDs.json**: the SR ids for each ISRC, obtained from Neo4J
- **soundrecording_ids.json**: the SR ids picked up by the order-populator lambda, obtained from S3
- **inCommon.json**: which of the SR ids from **dedupedKnrSRIDs.json** are in the **soundrecording_ids.json** file (i.e. which were picked up by the order-populator)
