datefinder icon indicating copy to clipboard operation
datefinder copied to clipboard

Extract a date from a string with additional numbers

Open leferrad opened this issue 6 years ago • 0 comments

I have a problem with these examples:

"09/05/2009 14:40 06", "03/29/2009 11:03 am 1", "32402 05/19/13 05:37", ...

In general, when a text line comes with a complete date inside and some extra number (let's assume it's a number, because I've already filtered those non significant characters), the module can't find a date on that line.

I guess this is a little bit difficult to parse, so I just wanted to know if there are some ideas to solve this, without going against the main pipeline of this engine. I'm able to post a PR to fix (or cover) this if it's a desirable behavior on the DataFinder engine.

Thanks!

leferrad avatar Mar 20 '18 18:03 leferrad