budibase/packages/builder
melohagan b5c98871ad Update table data via CSV import (#10313)
* Add identifierFields select for import

* Update rows on import (Internal DB)

* Only allow internal DB to upsert import CSV

* Clear identifierFields when turning off update

* Passing table instead of tableId

* Pass table

* Pass tableType
2023-05-25 18:05:07 +01:00
..
.vscode
assets
build
src Update table data via CSV import (#10313) 2023-05-25 18:05:07 +01:00
.gitignore
CONTRIBUTING.md
LICENSE.md
README.md
babel.config.js
index.html
nuxt.config.js
package.json Add missing nx scripts 2023-05-24 12:27:55 +02:00
routify.config.js
tsconfig.build.json
tsconfig.json
vite.config.js
vitest.setup.js

README.md

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build