Search found 3 matches
- Mon Sep 09, 2024 2:25 pm
- Forum: YAJL-ILE
- Topic: YAJLINTO with object array throwing reason code 9 error
- Replies: 12
- Views: 83156
Re: YAJLINTO with object array throwing reason code 9 error
The fix is working. Thanks, Scott, I appreciate the quick fix.
- Fri Sep 06, 2024 10:44 pm
- Forum: YAJL-ILE
- Topic: YAJLINTO with object array throwing reason code 9 error
- Replies: 12
- Views: 83156
Re: YAJLINTO with object array throwing reason code 9 error
Thanks, Scott. I will try the fix on Monday. Have a good weekend.
- Fri Sep 06, 2024 7:17 pm
- Forum: YAJL-ILE
- Topic: YAJLINTO with object array throwing reason code 9 error
- Replies: 12
- Views: 83156
Re: YAJLINTO with object array throwing reason code 9 error
Im experiencing the same issue with using "skip_null". I can concur about the pattern found above. The solution provided here, replacing "skip_nulls": true with "value_null": "", will not work for me. My JSON structure has many nulls with mixed data types (string or numeric). So replacing nulls with ...