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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 746 views
  • 0 likes
  • 2 in conversation