Skip to content
Eric Jahn edited this page Sep 29, 2016 · 1 revision

Welcome to the household_id_shortener wiki!

To look for any over-length IDs, in vim you can search like this (you can change to size or put minimum sizes, etc.):

/hmis:HouseholdID\d{11,11}</hmis:HouseholdID>

count them in vim: :%s/hmis:HouseholdID\d{11,11}</hmis:HouseholdID>/gn

Clone this wiki locally