Search found 3 matches

by ccacmm2016
Wed Apr 12, 2023 10:28 pm
Forum: YAJL-ILE
Topic: Data-INTO issue Reason Code 6
Replies: 5
Views: 9238

Re: Data-INTO issue Reason Code 6

I figured it out. No need for a response. Thank you.
by ccacmm2016
Wed Apr 12, 2023 8:43 pm
Forum: YAJL-ILE
Topic: Data-INTO issue Reason Code 6
Replies: 5
Views: 9238

Re: Data-INTO issue Reason Code 6

This is the JSON file I'm trying to get the data out of: { "resultSetMetaData":{ "numRows":2, "format":"jsonv2", "partitionInfo":[ { "rowCount":2, "uncompressedSize":116 } ], "rowType":[ { "name":"ADVANCE_...
by ccacmm2016
Wed Apr 12, 2023 1:33 pm
Forum: YAJL-ILE
Topic: Data-INTO issue Reason Code 6
Replies: 5
Views: 9238

Re: Data-INTO issue Reason Code 6

How were you able to get it to work with YAJL? I'm able to get the out side arrary but can't get my program to read the array inside the array. Here is my code but I'm getting blanks when I try to get the string. Data is the array of arrays. @AdvanceNode = yajl_object_find(@Response:'data'); @Node =...