Skip to content

jbutcher21/senzing-mapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

senzing-mapper

Overview

The rzolut_mapper.py is a Python-based data mapping utility that converts the Rzolut dataset into Senzing-compatible JSON. The mapper standardises, cleans, and validates complex attributes ensuring high-quality input for downstream entity resolution and compliance systems.

Usage : The mapper is executed from the command line and requires an input file, output file, and data source code.

python3 rzolut_mapper.py -i <input_file> -o <output_file> -d <data_source_code>

command line arguments:
• -i, --input_file: The path to the raw data file (in JSON Lines format).
• -o, --output_file: The desired path for the processed JSON output.
• -d, --data_source: A required code identifying the source of the data.
• -l, --log_file: (Optional) Name of the file to store processing statistics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%