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!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

JMP connectivity with Microsoft Azure Blob Storage

Does JMP have a way to batch results from Azure Blob Storage? I remember there was a feature called a like a query tool to build an output from a database. Any suggestions would be greatly appreciated, thanks! 

1 REPLY 1
Craige_Hales
Super User

Re: JMP connectivity with Microsoft Azure Blob Storage

It looks like azure blobs can be accessed via URLs which you can use with open() or loadTextFile() in JSL and possibly with File->Open.

If there is security (password) you might want to use something like  https://pypi.org/project/azure-storage-blob/ , just looked it up and don't know how well it works. You'd write a small python program and call that from JMP.

 

Craige

Recommended Articles