Hi,
I want to store some binary data with RawBinaryTranscoder and use N1Ql query to retrieve the same, i could get whatever binary i store while retrieving through JAVA Api using RawBinaryTranscoder. Is there any possibility to use RawBinaryTranscoder while retrieving through N1Ql query ?
Hi @Senthil1987,
One solutions is to use a N1QL query to get the document IDs, and then use the KV service to get the binary documents, as discussed in this forum thread.
Or perhaps @vsr knows a way to convert a binary document’s contents to a Base64 string that could be included in the N1QL results?
Thanks,
David