cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • Learn some foundational elements of JMP Scripting Language (JSL) and how to extend point & click automation into repeatable, shareable routines. Register. June 26, 2 p.m. US Eastern Time.

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