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!
See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
How read BLOB datatype from Database into JMP and transform it to generate image?
Aug 18, 2015 02:35 PM(10848 views)
I am trying to read the BLOB data present in database and transforming it to generate image. The data table when imported into jmp shows the BLOB field as empty. The blob field is stored in the database correctly
Have you looked under Help > Scripting Index and searched for "blob"? In particular, the LoadTextFile() function supports BLOBs, and can even read substrings from BLOBs.