Open mathiku opened 1 year ago
Adding 'interval' to attributes would allow user to easily add a timestamp to every single sample. If you add: "interval": "\\#\\ interval\\ =\\ (?P<value>[^#\n]+)\n", to cnv.json it should work.
"interval": "\\#\\ interval\\ =\\ (?P<value>[^#\n]+)\n",
Adding 'interval' to attributes would allow user to easily add a timestamp to every single sample. If you add:
"interval": "\\#\\ interval\\ =\\ (?P<value>[^#\n]+)\n",
to cnv.json it should work.