cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
lwx228
Level VIII

How can convert JSON data in this format into a table?

Thanks Experts!

 

The result of a direct read is a column.

d1=jsontodatatable(txt);

2021-01-27_18-49-05.png



 

 

How to use JSL to organize this JSON data into the table below.Thank you very much!

2021-01-27_18-38-43.png

1 REPLY 1

Re: How can convert JSON data in this format into a table?

I bet you could learn a lot from this blog post.

Recommended Articles