mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-02-16 00:00:07 +01:00
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…
x
Reference in New Issue
Block a user