Lookup Data
The lookup phase is run as follows:
Example lookupConf.json:
{
"config" : "config.json",
"lookupData": [{
"name":"lookup-test-data",
"format":"inMemory"
}
],
"lookupOutput": [
{
"name":"lookup-output",
"format":"csv",
"props": {
"path": "/tmp/zinggOutput/lookup",
"delimiter": ",",
"header":true
}
}
]
} Last updated
Was this helpful?