Split string based on values

May 31 2018 1:13 AM
Hi,
 
i am having table with is having string data
 
ex 
1.action:Enable invert mode, date:2018-03-29 20:39:09 -0500
2.action:Go to screen guide, redirectLink:/dallas/guide/navigator
3.action:Get POIs, widget:cityGuide, category:libraries, searchQuery:, date:2018-03-29 20:39:16 -0500
 
I want output like 
Action                                date                                                 redirectLink                      
 :Enable invert mode       2018-03-29 20:39:09 -0500              null
Go to screen guide          null                                                    /dallas/guide/navigator
Get POIs                          2018-03-29 20:39:16 -0500

Answers (3)