Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for only running on top X records #192

Merged
merged 2 commits into from
Sep 1, 2022
Merged

Support for only running on top X records #192

merged 2 commits into from
Sep 1, 2022

Conversation

tznind
Copy link
Contributor

@tznind tznind commented Sep 1, 2022

Fixes #185

PS D:\Repos\IsIdentifiable\ii\bin\Debug\net6.0> ./ii file -f D:\temp\Demography.csv --top 100 --storereport
2022-09-01 13:12:02.7501| INFO|IsIdentifiable.Runners.FileRunner|Headers are:chi,dtCreated,current_record,notes,chi_num_of_curr_record,chi_status,century,surname,forename,sex,current_address_L1,current_address_L2,current_address_L3,current_address_L4,current_postcode,date_of_death,source_death,area_residence,hb_extract,current_gp,birth_surname,previous_surname,midname,alt_forename,other_initials,previous_address_L1,previous_address_L2,previous_address_L3,previous_address_L4,previous_postcode,date_address_changed,adr,current_gp_accept_date,previous_gp,previous_gp_accept_date,date_into_practice,date_of_birth,patient_triage_score,hic_dataLoadRunID||
2022-09-01 13:12:02.8071|TRACE|IsIdentifiable.Runners.IsIdentifiableAbstractRunner|Done 100 rows||
2022-09-01 13:12:02.8071| INFO|IsIdentifiable.Runners.IsIdentifiableAbstractRunner|Total runtime for FileRunner:00:00:00.0882868||
2022-09-01 13:12:02.8071| INFO|IsIdentifiable.Runners.IsIdentifiableAbstractRunner|ValidateCacheHits:2702 Total ValidateCacheMisses:1198||
2022-09-01 13:12:02.8071| INFO|IsIdentifiable.Runners.IsIdentifiableAbstractRunner|Total FailurePart identified: 1088||

@tznind tznind requested a review from rkm September 1, 2022 12:14
@tznind tznind merged commit ab7e610 into main Sep 1, 2022
@tznind tznind deleted the topx branch September 1, 2022 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a topX option
2 participants