From c47ce10eba2d23b12dbe9ecc9060b46e93649dda Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Sun, 25 Aug 2019 21:46:54 +0200 Subject: [PATCH] fix #6 templating with splitToFiles and mode record-based --- google/refine/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/refine/cli.py b/google/refine/cli.py index 7e16a34..bff7417 100644 --- a/google/refine/cli.py +++ b/google/refine/cli.py @@ -301,7 +301,7 @@ def templating(project_id, # if key column is not blank (=record) template = ('{{forNonBlank(' + 'with(row.columnNames[0],cn,cells[cn].value),' + - 'v,"' + split + '")}}' + + 'v,"' + split + '", "")}}' + templateconfig['template']) templateconfig.update({'prefix': '', 'suffix': '',