Hi
On my system (Chrome based application), I have a free-text field which is user populated. The issue I have is that I need to extract data from that field, but there is no consistency / standards as to how the data is entered. It is simply a narrative which can vary depending on how the person entering the data submits it.
To pick out the key data I need, is the best way to do this simply to search for specific keywords and then pull the data near this? Or is this highly prone to error and my best option is to see if I can build a standard template which is applied to this free-text field and then do the above?
Thanks