mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
⚡ Improve display name of fileFormats
This commit is contained in:
@@ -109,27 +109,27 @@ export class SpreadsheetFile implements INodeType {
|
|||||||
type: 'options',
|
type: 'options',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'csv',
|
name: 'CSV',
|
||||||
value: 'csv',
|
value: 'csv',
|
||||||
description: 'Comma-separated values',
|
description: 'Comma-separated values',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'ods',
|
name: 'HTML',
|
||||||
value: 'ods',
|
|
||||||
description: 'OpenDocument Spreadsheet',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'rtf',
|
|
||||||
value: 'rtf',
|
|
||||||
description: 'Rich Text Format',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'html',
|
|
||||||
value: 'html',
|
value: 'html',
|
||||||
description: 'HTML Table',
|
description: 'HTML Table',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'xls',
|
name: 'ODS',
|
||||||
|
value: 'ods',
|
||||||
|
description: 'OpenDocument Spreadsheet',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'RTF',
|
||||||
|
value: 'rtf',
|
||||||
|
description: 'Rich Text Format',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'XLS',
|
||||||
value: 'xls',
|
value: 'xls',
|
||||||
description: 'Excel',
|
description: 'Excel',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user