Newer
Older
web-services / affiliations-tools / v1 / netscity / expand.ini
# OpenAPI Documentation - JSON format (dot notation)
post.responses.default.description = Return all objects with enrich fields
post.responses.default.content.application/json.schema.$ref =  #/components/schemas/JSONStream
post.summary = Enrich one field of each Object with a Netscity Object
post.tags.0 = adresses
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.parameters.0.in = query
post.parameters.0.name = indent
post.parameters.0.schema.type = boolean
post.parameters.0.description = Indent or not the JSON Result

# Necessary plugins
[use]
plugin = basics
plugin = analytics
plugin = storage

# Flow configuration
[JSONParse]
separator = *

[expand]
path = value
size = 100
cacheName = netscity-enrichments

[expand/combine]
path = value
primer = ./v1/netscity/netscity.csv
prepend = files
file = ./v1/netscity/netscity-enrichments.ini
persistent = true

[dump]
indent = env('indent', false)