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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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