mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Convert to File Node): Add delimiter convert to csv (#11556)
This commit is contained in:
@@ -41,6 +41,18 @@ export const properties: INodeProperties[] = [
|
||||
default: false,
|
||||
description: 'Whether to reduce the output file size',
|
||||
},
|
||||
{
|
||||
displayName: 'Delimiter',
|
||||
name: 'delimiter',
|
||||
type: 'string',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/operation': ['csv'],
|
||||
},
|
||||
},
|
||||
default: ',',
|
||||
description: 'The character to use to separate fields',
|
||||
},
|
||||
{
|
||||
displayName: 'File Name',
|
||||
name: 'fileName',
|
||||
|
||||
Reference in New Issue
Block a user