BookmarkSubscribeRSS Feed
Areksoo
Calcite | Level 5

I have a CSV file which has a few fields like ID (PK), and other IDs (FKs), then a massive JSON field, then a few more fields after that.

 

My concern is how can I read that massive JSON field if it's over the 32,767 bytes limit?  The next step after reading it in is parsing the JSON field.

 

I am able to parse out the JSON when I don't read in the records over the limit.  It creates 19 tables!  

1 REPLY 1
Reeza
Super User
Yeah, it's likely in a relational type format that you'll have to link but unfortunately JSON doesn't have defined structure. It's curse and benefit at the same time.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 496 views
  • 0 likes
  • 2 in conversation