Skip to content

Commit

Permalink
fix #6 templating with splitToFiles and mode record-based
Browse files Browse the repository at this point in the history
  • Loading branch information
felixlohmeier committed Aug 25, 2019
1 parent c80bef3 commit c47ce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/refine/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': '',
Expand Down

0 comments on commit c47ce10

Please sign in to comment.