n8n/packages/cli/src/modules/data-table
Ricardo Espinoza b5adf9f2ec
feat(editor): Allow discarding and renaming columns during CSV import (#25605)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 17:48:36 +00:00
..
__tests__ feat(editor): Allow discarding and renaming columns during CSV import (#25605) 2026-02-16 17:48:36 +00:00
errors feat(editor): Rename columns in data tables (#21747) 2025-12-05 10:06:54 +01:00
middleware feat(core): Add data tables to env features (#23828) 2026-02-09 14:35:47 +00:00
utils chore(core): Remove mysql and mariadb specfic code (#24908) 2026-01-29 15:57:33 +00:00
csv-parser.service.ts feat(editor): Allow discarding and renaming columns during CSV import (#25605) 2026-02-16 17:48:36 +00:00
data-table-aggregate.controller.ts refactor(core): Rename dataStore: scopes to dataTable: (no-changelog) (#20452) 2025-10-08 08:34:57 -04:00
data-table-aggregate.service.ts fix(core): Grant admins full data table access (#21316) 2025-10-31 11:14:14 +01:00
data-table-column.entity.ts chore(core): Rename Data Store DB entries to Data Table (no-changelog) (#18670) 2025-08-27 15:36:00 +02:00
data-table-column.repository.ts refactor(core): Remove 'beginTransaction' parameter from withTransaction (#23449) 2025-12-23 12:46:33 +02:00
data-table-ddl.service.ts feat(editor): Rename columns in data tables (#21747) 2025-12-05 10:06:54 +01:00
data-table-file-cleanup.service.ts perf(core): Disable data tables cleanup checks on workers (#24444) 2026-01-16 13:19:05 +00:00
data-table-proxy.service.ts refactor: Replace data store usages Follow-Up (no-changelog) (#20462) 2025-10-07 12:11:04 +03:00
data-table-rows.repository.ts chore(core): Remove mysql and mariadb specfic code (#24908) 2026-01-29 15:57:33 +00:00
data-table-size-validator.service.ts feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
data-table-uploads.controller.ts feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
data-table.controller.ts feat(editor): Allow discarding and renaming columns during CSV import (#25605) 2026-02-16 17:48:36 +00:00
data-table.entity.ts chore(core): Rename Data Store DB entries to Data Table (no-changelog) (#18670) 2025-08-27 15:36:00 +02:00
data-table.module.ts feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
data-table.repository.ts chore(core): Remove mysql and mariadb specfic code (#24908) 2026-01-29 15:57:33 +00:00
data-table.service.ts feat(editor): Allow discarding and renaming columns during CSV import (#25605) 2026-02-16 17:48:36 +00:00
data-table.types.ts refactor(core): Rename data-store to data-table in the BE (no-changelog) (#20424) 2025-10-07 11:10:30 +03:00
multer-upload-middleware.ts feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
types.ts feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00