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)
|
# if key column is not blank (=record)
|
||||||
template = ('{{forNonBlank(' +
|
template = ('{{forNonBlank(' +
|
||||||
'with(row.columnNames[0],cn,cells[cn].value),' +
|
'with(row.columnNames[0],cn,cells[cn].value),' +
|
||||||
'v,"' + split + '")}}' +
|
'v,"' + split + '", "")}}' +
|
||||||
templateconfig['template'])
|
templateconfig['template'])
|
||||||
templateconfig.update({'prefix': '',
|
templateconfig.update({'prefix': '',
|
||||||
'suffix': '',
|
'suffix': '',
|
||||||
|
|
Loading…
Reference in New Issue