Given a result from a query like
table
-----
fieldSmarty,textBlbs
fieldExcel,textBlah
is there any way to extract them into two columns?
table | field | text
-------------------------------------
fieldSmarty,textBlbs | Smarty | Blbs
fieldExcel,textBlah | Excel | Blah
If it makes it any easier, the strings are always going to start with field and text. The table header name is less relevant- splitting them would just be a great start.