You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The BSON protocol handler parses BSON documents.

Options

none

Example

PQL

JSONProtocolHandler
json = ACCESS({
    source='json', 
    wrapper='GenericPull',
    transport='File',
    protocol='BSON',
    dataHandler='KeyValueObject',   
    options=[['filename','scrobbles-2006-10.json']]
})
  • No labels