Hacker News new | ask | show | jobs
by zajio1am 2406 days ago
By ignoring the structure in data acquisition phase, you just postpone decisions about structure to data processing phase, now without necessary information about the structure (which could be obtained in data acquisition phase).

For example, such basic functionality like changing sort order between given name and surname would be much more complicated.

2 comments

Besides, the whole story is about the problem that name including title was in one field and later processing (title removal) misbehaves due to insufficient information.
Is it important to parse names like that? You can just do a search by substring in most cases