Hi @txnelson . I'm curious if you happen to know of a method to convert an xlsx file to csv or text that does not require opening the xlsx as a JMP table first. I have a few reasons, but the biggest reason is speed. I've found that I can open a csv as a text string and perform a lot of preprocessing on it before creating the jmp table. This seems to greatly improve speed, especially when opening multiple dozens of files at once. My thinking is if I could convert excel tables to csv first, I could use the same script that I already use for opening our csv files into JMP.
I've been looking at the possibility of incorporating a python script into my jsl script, but I'm reluctant to require users to have the right python version and libraries on their machines. Would be nice if there were a way to do it directly.
Any thoughts on this are greatly appreciated. Thanks.