Newer
Older
web-services / mapping-tools / v1 / homogenize / documentType / homogenize-documenttype-json.ini
# Lit le fichier TSV, et renvoie du JSON [{id, value}]
[use]
plugin = basics
plugin = analytics

[URLStream]
path = false

[CSVParse]
separator = fix("\t")
[CSVObject]
[replace]
path = id
value = get('From')

path = value
value = get("To")