fix #6 templating with splitToFiles and mode record-based
This commit is contained in:
parent
c80bef3fb1
commit
c47ce10eba
|
@ -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': '',
|
||||
|
|
Loading…
Reference in New Issue