added option to append CSV headers

This commit is contained in:
Peli de Halleux
2018-01-11 21:36:43 -08:00
parent 20a4673f98
commit c992100a38
3 changed files with 22 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{
"storage.Storage.appendCSVHeaders|block": "storage %source|%filename|append CSV headers %headers",
"storage.Storage.appendCSV|block": "storage %source|%filename|append CSV %data",
"storage.Storage.appendLine|block": "storage %source|%filename|append line %data",
"storage.Storage.append|block": "storage %source|%filename|append %data",