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': '',