...
Example
PQL
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
json = ACCESS({
source='json',
wrapper='GenericPull',
transport='File',
protocol='BSON',
dataHandler='KeyValueObject',
options=[['filename','scrobbles-2006-10.json']]
}) |
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
json = ACCESS({
source='json',
wrapper='GenericPull',
transport='File',
protocol='BSON',
dataHandler='KeyValueObject',
options=[['filename','scrobbles-2006-10.json']]
}) |