A single event break into array based on patterns

A single events is broken to an array based on the pattern matched..Something like this

4/26/2018 12:00:19 3467272 done $30 ;4/20/2018 12:03:19 3467273 done $40 ;4/27/2018 12:03:19 3467274 done $40 ;

{
[
{
date : "",
time : "",
seqId :"",
originalStatus : "",
amount : ""
},
{
date : "",
time : "",
seqId :"",
originalStatus : "",
amount : ""
},
{
date : "",
time : "",
seqId :"",
originalStatus : "",
amount : ""
}
]
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.