SuffolkLITLab / FormFyxer

A tool for learning about and pre-processing forms
MIT License
11 stars 1 forks source link

make regex_norm_field accept list of fields #39

Open colarusso opened 3 years ago

colarusso commented 3 years ago

have regex_norm_field accept a list of field names where the field to norm is the last entry this way we can write rules that rely on earlier fields (e.g., regex=x and list[i-1]=street).