Search found 7 matches

by cf1flyboy
Thu Dec 13, 2018 1:04 pm
Forum: Technical / Scripting
Topic: JSONParse Access Violation Error 14.5
Replies: 3
Views: 2422

Re: JSONParse Access Violation Error 14.5

This works Great
Takes about 1 min to convert 8K items vs 2 hrs in legacy mode.
Thanks!!!
:)
by cf1flyboy
Wed Dec 12, 2018 2:39 pm
Forum: Technical / Scripting
Topic: JSONParse Access Violation Error 14.5
Replies: 3
Views: 2422

JSONParse Access Violation Error 14.5

While Testing the new JsonParse function changed in version 14.5, I get an Access Violation Error on my current price field. But when I remark out current price and switch to the legacy mode the script reads current price fine. am I missing something when pulling current price??? [snippet=] //JSON F...
by cf1flyboy
Fri Mar 10, 2017 1:00 pm
Forum: Technical / Scripting
Topic: HTTPRequest Beginner, Getting 404 error
Replies: 1
Views: 1957

HTTPRequest Beginner, Getting 404 error

This is my first time doing HTTPRequest, and I am getting a 404 Error connecting to host I got a sample, but must not be formatting my request right. Any Suggestions?? My Code: Let>PostData=-H "Content-type:application/json" -d "{'getallprices':{'date':'2/27/2017'}}" HTTPRequest>https://lmpapidev.oh...
by cf1flyboy
Mon Jan 09, 2017 3:58 pm
Forum: Technical / Scripting
Topic: Reading XML encoding windows-1252
Replies: 2
Views: 3369

Re: Reading XML encoding windows-1252

makes sense now
That works great, Thanks!!!

I had tried something similar at one point with ()
but I kept putting the text() on the end.
by cf1flyboy
Sat Jan 07, 2017 10:57 pm
Forum: Technical / Scripting
Topic: Reading XML encoding windows-1252
Replies: 2
Views: 3369

Reading XML encoding windows-1252

I am getting errors reading the detail of an XML file encoded as windows-1252 In my test script I was just trying to read the first product code Any Suggestions??? [snippet=] LabelToVar>XML,sXML XMLParse>sXML,/Root/Ticket,val,numBooks XMLParse>sXML,/Root/Ticket[1]/ItemRecord,val,numBooks XMLParse>sX...
by cf1flyboy
Tue Nov 22, 2016 1:28 pm
Forum: Technical / Scripting
Topic: JSON 101 Help
Replies: 2
Views: 3030

Re: JSON 101 Help

THANKS!!!
That really helps,
Also the validation Web site will come in handy
:D
by cf1flyboy
Thu Nov 17, 2016 4:37 pm
Forum: Technical / Scripting
Topic: JSON 101 Help
Replies: 2
Views: 3030

JSON 101 Help

New to JSON and unable to get any results out of my test script Seems like I am missing something simple, anyone have any ideas??? /* MyJSON: { "getallpricesresult": { "items": { "item": { "itemid": "ItemA", "description”: "Test Item A", "upc": "1234567890123", "currenteffectivedate": "9/1/2017" "cu...
Sign up to our newsletter for free automation tips, tricks & discounts