Hello Everyone,
I gave up... and searching for help from those whose IQ is definitely much higher!
I took a task (big mistake!!!) at my work to help my team to clean the DB. The long story short - it is a small DB with 68K or rows of data of groceries. I need to extract all units of weight for every single items. I thought it's going to be easy... but ... It is not at all!
If you can help me with I'll pray for you ! No jokes here
Sample of data:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Price[/TD]
[TD]Description[/TD]
[TD]Warehouse [/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Lay's Potato Chips[/TD]
[TD]$1.67[/TD]
[TD]Selected products, 160 - 240 g, 4 types[/TD]
[TD]34499238[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Dare Cookies[/TD]
[TD]$2.05[/TD]
[TD]657 g Selected varieties[/TD]
[TD]34491123[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Condensed Milk[/TD]
[TD]$1.50[/TD]
[TD]Eagle Brand Selected varieties 250-370 g, East region[/TD]
[TD]3449A224[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Nelson Milk[/TD]
[TD]$3.90[/TD]
[TD]1%, 2% or 4% 4L, available in different containers[/TD]
[TD]3449M18[/TD]
[/TR]
</tbody>[/TABLE]
In this particular table I was tasked to extract all UNITS such as:
from C2: 160 -240 g
from C3: 657 g
from C4: 250-370 g
from C5: 4L
As you can see there are no consistency whatsoever.
Any thoughts guys?
Thanks a million all those who found time to respond.
I gave up... and searching for help from those whose IQ is definitely much higher!
I took a task (big mistake!!!) at my work to help my team to clean the DB. The long story short - it is a small DB with 68K or rows of data of groceries. I need to extract all units of weight for every single items. I thought it's going to be easy... but ... It is not at all!
If you can help me with I'll pray for you ! No jokes here
Sample of data:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Price[/TD]
[TD]Description[/TD]
[TD]Warehouse [/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Lay's Potato Chips[/TD]
[TD]$1.67[/TD]
[TD]Selected products, 160 - 240 g, 4 types[/TD]
[TD]34499238[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Dare Cookies[/TD]
[TD]$2.05[/TD]
[TD]657 g Selected varieties[/TD]
[TD]34491123[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Condensed Milk[/TD]
[TD]$1.50[/TD]
[TD]Eagle Brand Selected varieties 250-370 g, East region[/TD]
[TD]3449A224[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Nelson Milk[/TD]
[TD]$3.90[/TD]
[TD]1%, 2% or 4% 4L, available in different containers[/TD]
[TD]3449M18[/TD]
[/TR]
</tbody>[/TABLE]
In this particular table I was tasked to extract all UNITS such as:
from C2: 160 -240 g
from C3: 657 g
from C4: 250-370 g
from C5: 4L
As you can see there are no consistency whatsoever.
Any thoughts guys?
Thanks a million all those who found time to respond.