cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Learn some foundational elements of JMP Scripting Language (JSL) and how to extend point & click automation into repeatable, shareable routines. Register. June 26, 2 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

How to write .jmp files with JMP python

Hi,   I am using JMP19.1.1

I see examples of how to use JMP or JSL to open files, add jsl scripts for plotting and then run them.

Are there examples to use JMP Python to open csv files and write .jmp files with charts in them?   What do people do?   

Adrian

10 REPLIES 10

Re: How to write .jmp files with JMP python

sqlite3 has a max # of column set at 64K.  If you're under that limit you're probably good to go, but I would also check size of the resulting db.  Might not be that much smaller if your files are primarily text.  Numerics should take up much less space than CSV.

Recommended Articles