Newer
Older
web-services / base-line / v1 / true / csv.ini
@Nicolas Thouvenin Nicolas Thouvenin on 4 Oct 2021 439 bytes add swagger doc
# OpenAPI Documentation - JSON format (dot notation)
post.responses.default.description = Return a CSV and set true to "value" column
post.responses.default.content = text/csv
post.summary = Parse and split JSON and return true for all document.
post.requestBody.required = true
post.requestBody.content = text/csv

mimeType = text/csv

[use]
plugin = basics

[CSVParse]

[CSVObject]

[assign]
path = value
value = fix(true)

[CSVString]