serializing file via R, for insertion as blob -


i know there @ least few reasons 1 might not want this, i'm going want anyway. want take lot of pdfs, store them blobs (so nodes can read them main sql server).

what best practice r user read pdf content string, serialize it, , insert mysql blob?

i assume need text representation of pdf can blob'ed


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -