Members of my group use a Sharepoint workspace that includes raw test data that we'd like to import and process in JMP. Our shared script for processing that data is stored within the Sharepoint workspace itself, which seems to present problems for defining the folder path for the multiple file import function. It seems that Microsoft defines the path for a mounted Sharepoint or OneDrive folder as if it's located within the C-drive, under your user ID folder. So every user who wants to use this script needs to edit the folder path to replace userid1 below with their respective ID before running the script. Small annoyance, but seems like it should be fixable. If there a way to define the folder path as "currentdirectory\Incoming data\", where currentdirectory is the location of the script itself?
Multiple File Import(
<<Set Folder(
"C:\Users\userid1\OneDrive - CompanyName\Documents - SharepointGroupName\E-test\Incoming data\"
JMP version 16.0, if that matters.