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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.
How read BLOB datatype from Database into JMP and transform it to generate image?
Aug 18, 2015 02:35 PM(10911 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.