Hi,
I need some help to extract date from texts, however the dates format are inconsistent and their position within the text is random but usually is toward the back part of the text. Examples as follows:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Text[/TD]
[TD]I would like to Extract[/TD]
[/TR]
[TR]
[TD]123456789 SMITH, C 40HR W/E 12.11.12[/TD]
[TD]12/11/2012[/TD]
[/TR]
[TR]
[TD]*4500273765 R TOM PE 05/11/2012 80 HRS[/TD]
[TD]05/11/2012[/TD]
[/TR]
[TR]
[TD]C INV 55662 BURN WE19/11/12 40 HRS[/TD]
[TD]19/11/2012[/TD]
[/TR]
[TR]
[TD]623111 MORRISON WE 26.11.2012 5 DAYS[/TD]
[TD]26/11/2012[/TD]
[/TR]
[TR]
[TD][TABLE="width: 404"]
<tbody>[TR]
[TD="width: 404"]24517983 - MONTH END 31-07-12[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]31/07/2012[/TD]
[/TR]
</tbody>[/TABLE]
I don't really know where to start, any help is appreciated.
Regards,
Eddie
I need some help to extract date from texts, however the dates format are inconsistent and their position within the text is random but usually is toward the back part of the text. Examples as follows:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Text[/TD]
[TD]I would like to Extract[/TD]
[/TR]
[TR]
[TD]123456789 SMITH, C 40HR W/E 12.11.12[/TD]
[TD]12/11/2012[/TD]
[/TR]
[TR]
[TD]*4500273765 R TOM PE 05/11/2012 80 HRS[/TD]
[TD]05/11/2012[/TD]
[/TR]
[TR]
[TD]C INV 55662 BURN WE19/11/12 40 HRS[/TD]
[TD]19/11/2012[/TD]
[/TR]
[TR]
[TD]623111 MORRISON WE 26.11.2012 5 DAYS[/TD]
[TD]26/11/2012[/TD]
[/TR]
[TR]
[TD][TABLE="width: 404"]
<tbody>[TR]
[TD="width: 404"]24517983 - MONTH END 31-07-12[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]31/07/2012[/TD]
[/TR]
</tbody>[/TABLE]
I don't really know where to start, any help is appreciated.
Regards,
Eddie