Any command-line way to export .jmp files to TSV on macOS?
I’m wondering if there’s any command-line utility on macOS that can convert a .jmp file to something like TSV or CSV — for example:
jmp2tsv myFile.jmp --> myFile.tsv
I realize JMP is primarily a GUI tool, but I’ve seen other applications ship small CLI utilities (sometimes tucked inside the .app bundle) that leverage their native file readers for simple conversions like this.
Does anything lik...