forked from MapComplete/MapComplete
Fix csvToJson
This commit is contained in:
parent
06f2034a7e
commit
3958290824
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ function run(file, protojson) {
|
|||
// We add a second time for any amount to trigger a visualisation; but this is not an answer option
|
||||
const no_ask_json = {
|
||||
if: {
|
||||
and:Utils.NoNull( [`${e.key}~*`, `${e.key}!=1`, ...e.extraVisualisationCondition.split(";")])
|
||||
and:Utils.NoEmpty( [`${e.key}~*`, `${e.key}!=1`, ...e.extraVisualisationCondition.split(";")])
|
||||
},
|
||||
then: txt,
|
||||
hideInAnswer: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue