Skip to content

Commit

Permalink
feat(Convert to File Node): Add delimiter convert to csv (#11556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Nov 5, 2024
1 parent 981a852 commit 63d454b
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading

0 comments on commit 63d454b

Please sign in to comment.