I have a column in a Table with keywords.
Here's an example:
[TABLE="class: grid, width: 200"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Location,performance[/TD]
[/TR]
[TR]
[TD]
errors,ip address,impact
[/TD]
[/TR]
[TR]
[TD]ip address, identification, transaction[/TD]
[/TR]
[TR]
[TD]
Performance, identification[/TD]
[/TR]
[TR]
[TD]historic, performance, UI[/TD]
[/TR]
[TR]
[TD]performance, consolidation, identification[/TD]
[/TR]
[TR]
[TD]determination, performance[/TD]
[/TR]
[TR]
[TD]solutions, overview[/TD]
[/TR]
[TR]
[TD]UI, reporting[/TD]
[/TR]
[TR]
[TD]historic data[/TD]
[/TR]
[TR]
[TD]performance, reporting, consolidation[/TD]
[/TR]
[TR]
[TD]reporting, KPI[/TD]
[/TR]
[TR]
[TD]analysis
[/TD]
[/TR]
[TR]
[TD]application mapping, dependencies[/TD]
[/TR]
[TR]
[TD]monitoring[/TD]
[/TR]
</tbody>[/TABLE]
I want to take this and turn it into a range for a filter I have set up and the output needs to looks like:
[TABLE="class: grid, width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Akamai[/TD]
[/TR]
[TR]
[TD]analysis[/TD]
[/TR]
[TR]
[TD]application mapping [/TD]
[/TR]
[TR]
[TD]availability [/TD]
[/TR]
[TR]
[TD]baseline [/TD]
[/TR]
[TR]
[TD]change management [/TD]
[/TR]
[TR]
[TD]citrix[/TD]
[/TR]
[TR]
[TD]comparison[/TD]
[/TR]
[TR]
[TD]compliance[/TD]
[/TR]
[TR]
[TD]consolidation [/TD]
[/TR]
[TR]
[TD]customization [/TD]
[/TR]
[TR]
[TD]dependencies [/TD]
[/TR]
[TR]
[TD]determination [/TD]
[/TR]
[TR]
[TD]drilldown [/TD]
[/TR]
[TR]
[TD]errors [/TD]
[/TR]
[TR]
[TD]historic data[/TD]
[/TR]
[TR]
[TD]identification[/TD]
[/TR]
[TR]
[TD]impact[/TD]
[/TR]
[TR]
[TD]ip address [/TD]
[/TR]
[TR]
[TD]KPI[/TD]
[/TR]
[TR]
[TD]latency [/TD]
[/TR]
[TR]
[TD]Location [/TD]
[/TR]
[TR]
[TD]logging [/TD]
[/TR]
[TR]
[TD]monitoring [/TD]
[/TR]
[TR]
[TD]organization [/TD]
[/TR]
[TR]
[TD]overview[/TD]
[/TR]
[TR]
[TD]performance[/TD]
[/TR]
[TR]
[TD]problem determination[/TD]
[/TR]
[TR]
[TD]process[/TD]
[/TR]
[TR]
[TD]QA [/TD]
[/TR]
[TR]
[TD]reporting[/TD]
[/TR]
[TR]
[TD]RUM [/TD]
[/TR]
[TR]
[TD]solutions [/TD]
[/TR]
[TR]
[TD]SQL [/TD]
[/TR]
[TR]
[TD]testing[/TD]
[/TR]
[TR]
[TD]transaction[/TD]
[/TR]
[TR]
[TD]transactions [/TD]
[/TR]
</tbody>[/TABLE]
I'm sure this can't be a unique request and I looked at this thread that I thought was similar but it doesn't help me out. Is there an easy way to do this?
Here's an example:
[TABLE="class: grid, width: 200"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Location,performance[/TD]
[/TR]
[TR]
[TD]
errors,ip address,impact
[/TD]
[/TR]
[TR]
[TD]ip address, identification, transaction[/TD]
[/TR]
[TR]
[TD]
Performance, identification[/TD]
[/TR]
[TR]
[TD]historic, performance, UI[/TD]
[/TR]
[TR]
[TD]performance, consolidation, identification[/TD]
[/TR]
[TR]
[TD]determination, performance[/TD]
[/TR]
[TR]
[TD]solutions, overview[/TD]
[/TR]
[TR]
[TD]UI, reporting[/TD]
[/TR]
[TR]
[TD]historic data[/TD]
[/TR]
[TR]
[TD]performance, reporting, consolidation[/TD]
[/TR]
[TR]
[TD]reporting, KPI[/TD]
[/TR]
[TR]
[TD]analysis
[/TD]
[/TR]
[TR]
[TD]application mapping, dependencies[/TD]
[/TR]
[TR]
[TD]monitoring[/TD]
[/TR]
</tbody>[/TABLE]
I want to take this and turn it into a range for a filter I have set up and the output needs to looks like:
[TABLE="class: grid, width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Akamai[/TD]
[/TR]
[TR]
[TD]analysis[/TD]
[/TR]
[TR]
[TD]application mapping [/TD]
[/TR]
[TR]
[TD]availability [/TD]
[/TR]
[TR]
[TD]baseline [/TD]
[/TR]
[TR]
[TD]change management [/TD]
[/TR]
[TR]
[TD]citrix[/TD]
[/TR]
[TR]
[TD]comparison[/TD]
[/TR]
[TR]
[TD]compliance[/TD]
[/TR]
[TR]
[TD]consolidation [/TD]
[/TR]
[TR]
[TD]customization [/TD]
[/TR]
[TR]
[TD]dependencies [/TD]
[/TR]
[TR]
[TD]determination [/TD]
[/TR]
[TR]
[TD]drilldown [/TD]
[/TR]
[TR]
[TD]errors [/TD]
[/TR]
[TR]
[TD]historic data[/TD]
[/TR]
[TR]
[TD]identification[/TD]
[/TR]
[TR]
[TD]impact[/TD]
[/TR]
[TR]
[TD]ip address [/TD]
[/TR]
[TR]
[TD]KPI[/TD]
[/TR]
[TR]
[TD]latency [/TD]
[/TR]
[TR]
[TD]Location [/TD]
[/TR]
[TR]
[TD]logging [/TD]
[/TR]
[TR]
[TD]monitoring [/TD]
[/TR]
[TR]
[TD]organization [/TD]
[/TR]
[TR]
[TD]overview[/TD]
[/TR]
[TR]
[TD]performance[/TD]
[/TR]
[TR]
[TD]problem determination[/TD]
[/TR]
[TR]
[TD]process[/TD]
[/TR]
[TR]
[TD]QA [/TD]
[/TR]
[TR]
[TD]reporting[/TD]
[/TR]
[TR]
[TD]RUM [/TD]
[/TR]
[TR]
[TD]solutions [/TD]
[/TR]
[TR]
[TD]SQL [/TD]
[/TR]
[TR]
[TD]testing[/TD]
[/TR]
[TR]
[TD]transaction[/TD]
[/TR]
[TR]
[TD]transactions [/TD]
[/TR]
</tbody>[/TABLE]
I'm sure this can't be a unique request and I looked at this thread that I thought was similar but it doesn't help me out. Is there an easy way to do this?