Help! At wits end trying to parse this without using code. I've tried LEFT, INSTR, INSTRREV, etc. but am getting nowwhere.
Using Crystal 9
Need to break out all data between {[ and ]} and then
break out the all between the next {[ and ]} and so on.
In the following example that would return 2 groups of data and could stop before the end -- , {[, , , {}, {}, ]}, {[, , , {}, {}, ]}}
Any help will be greatly appreciated as I've spend the better part of today trying to figure this one out. Also, what would be a good book to learn crystal/basic coding? Thanks!
{{["rca", "open", "PROD REVIEW", {}, {"06/29/05 15:38 DEAN SKINNER", "Shannon - SA is tracking this ticket for ", "completion of RCA cause type and dowtime end. ", " Thanks! Dean Skinner", "06/30/05 10:51 CHRIS ELMORE", "Shannon, John, please update the RCA cause ", "type and downtime end in this ticket.", "Thanks,", "Chris Elmore"}, "SHANNON SANDVEN"]}, {["downtime end", "open", "PROD REVIEW", {}, {}, "SHANNON SANDVEN"]}, {["validate product", "closed", "PROD REVIEW", {}, {"06/23/05 09:39 CHRIS ELMORE", "Chris Elmore spoke to Steve Fernandez and the ", " Apropo executable is on the jaxcorp2 server."}, "SHANNON SANDVEN"]}, {[, , , {}, {}, ]}, {[, , , {}, {}, ]}}
Using Crystal 9
Need to break out all data between {[ and ]} and then
break out the all between the next {[ and ]} and so on.
In the following example that would return 2 groups of data and could stop before the end -- , {[, , , {}, {}, ]}, {[, , , {}, {}, ]}}
Any help will be greatly appreciated as I've spend the better part of today trying to figure this one out. Also, what would be a good book to learn crystal/basic coding? Thanks!
{{["rca", "open", "PROD REVIEW", {}, {"06/29/05 15:38 DEAN SKINNER", "Shannon - SA is tracking this ticket for ", "completion of RCA cause type and dowtime end. ", " Thanks! Dean Skinner", "06/30/05 10:51 CHRIS ELMORE", "Shannon, John, please update the RCA cause ", "type and downtime end in this ticket.", "Thanks,", "Chris Elmore"}, "SHANNON SANDVEN"]}, {["downtime end", "open", "PROD REVIEW", {}, {}, "SHANNON SANDVEN"]}, {["validate product", "closed", "PROD REVIEW", {}, {"06/23/05 09:39 CHRIS ELMORE", "Chris Elmore spoke to Steve Fernandez and the ", " Apropo executable is on the jaxcorp2 server."}, "SHANNON SANDVEN"]}, {[, , , {}, {}, ]}, {[, , , {}, {}, ]}}