I would love if the JMP table format were open. As in I could build a jmp table from pwsh/python (or whatever) from scratch.
I have two use cases
- make my pipeline more efficient so that I don't have to wait for a JMP machine to open up to do some backend pre-processing while still having all of the wonderful features of JMP when I'm ready for it.
- I am currently doing this by having JMP run some stuff on a machine that just preprocesses, but JSL isn't built to handle this.
- interactive html isn't up to what I need it to do for everything so being able to read a jmp table to make some custom web frontend stuff would be useful
Obviously I could just use a csv for data, or switch everything over to another language. But being able to read/write the jmp data format directly would make a world of difference.