BookmarkSubscribeRSS Feed
partha_125
Fluorite | Level 6

HI,

I have an excel file have to convert to json  using proc json

 

have -excel sheet attached

 

want-

 

"sources": [
{
"alias": "countrycodes",
"type": "gcs",
"project": "TBD",
"bucket": "country_codes_mvp",
"directory": "/s/xxxx/",
"filename": "test.txt",
"file_type": "text",
"data_structure_type": "full",
"primary_table": true,
"schema_file": "/xxx/xxxx/text.msc",
"filter_criteria": "trim(status) ='Current' and cast(trim(effectivedate) as date)=?",
"filter_attributes": [
{
"name": "run_ts",
"type": "long"
}
]
}
]

 

3 REPLIES 3
ChrisNZ
Tourmaline | Level 20

1- What have you tried?

2- MS files are best avoided as many people will not/cannot download them. Post a sample of the data instead.

How to convert datasets to data steps
How to post code

partha_125
Fluorite | Level 6

Hi Chris,

Thanks for replying.

I have tried the basic proc json using write values and  export statements . but could not do the nested arrays.

Pls find the input file below

 Capture.JPG

ChrisNZ
Tourmaline | Level 20

Did you see this discussion about creating hierarchical JSON files using the WRITE statement?

 

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 3 replies
  • 753 views
  • 0 likes
  • 2 in conversation