Right now DefaultFieldExtractor will remove all new lines (including <BR>s) from field values (because it uses element.getTextExtractor().toString() such as in getValueFieldText()).
We should be able to replace BRs with semicolons so that we can parse contact fields better, i.e., separated name, job title and address lines.
Right now DefaultFieldExtractor will remove all new lines (including <BR>s) from field values (because it uses element.getTextExtractor().toString() such as in getValueFieldText()).
We should be able to replace BRs with semicolons so that we can parse contact fields better, i.e., separated name, job title and address lines.