Recent content by barutcuzade

  1. B

    webspeed incoming json to temp-table

    thanks for the reply what if I don't know how many items will be coming in? just define a big enough extent to be safe?
  2. B

    webspeed incoming json to temp-table

    I have an incoming json object formatted as such { "SFItemRequest": [ { "customerNumber": "RIVE09", "itemNumbers": [ "52900B150", "94080B50", "121200937" ] } ] } what should be the corresponding temp-table structure to consume this input...
Top