kalisio / krawler

A minimalist (geospatial) ETL
https://kalisio.github.io/krawler/
MIT License
54 stars 13 forks source link

Conversion not applied when a templated query contains an array #241

Closed claustres closed 1 year ago

claustres commented 1 year ago

Steps to reproduce

Create a templated query containing an array value like: ['45', '56']

Expected behavior

Array elements should be converted to numbers

Actual behavior

Array elements remain "as is"

System configuration

Module versions (especially the part that's not working): 2.3

NodeJS version: 16