CorpGlory / csv2influx

A CLI tool for importing CSV files into Influxdb
MIT License
16 stars 6 forks source link

It is possible to use more than one Tag with csv2influx? #51

Closed diegocrosa closed 5 years ago

diegocrosa commented 5 years ago

Hi,

How can I declare more than one "TagSchema" in my config file?

Below how I declare the Tags in my config file: "tagSchema": { "update":{ "from": "update", "type": "" } "team":{ "from": "team", "type": "" } } But I receive the message: " "team":{ ^ SyntaxError: Unexpected string in JSON at position 646"

Any thoughts? What am I missing here? Thank you so much, Diego