cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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