I'm currently initiating a service call to a URL to extract the following structured details (details extracted direct from Chrome when URl called). The structure isn't JSON or XML and i'm just wondering how i could parse data in this format in order to then use it within my app?
If i try to 'Automatically Create Service Response' it fails with an incorrect format which i was expecting once i saw the output.
I'm sure there is a way to process the data but i'm bit of a Java Script newbie and at the moment wouldn't know where to start or if the data could be parsed using jQuery. Any help would be greatly received!
Regards
Lewis
GetPaidAtWaveNumber("**************","*********","60","2013-01-29 05:41:29 PDT","","8345")
OK, "6CEBCK"
"Plate","State","StallNumber","VendorStallNumber","StartDateTime","EndDateTime"
"LB05OJZ","","","","2013-01-29 12:13:27 GMT","2013-01-29 13:43:27 GMT"
"LN12UNG","","","","2013-01-29 11:56:16 GMT","2013-01-29 11:57:16 GMT"
"S287SNF","","","","2013-01-29 11:08:13 GMT","2013-01-29 13:08:13 GMT"
"LD10JWX","","","","2013-01-29 10:51:19 GMT","2013-01-29 13:51:19 GMT"