fix #6 templating with splitToFiles and mode record-based

This commit is contained in:
Felix Lohmeier 2019-08-25 21:46:54 +02:00
parent c80bef3fb1
commit c47ce10eba
1 changed files with 1 additions and 1 deletions

View File

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