Our Knowledge Base covers a wide variety of technical topics, from the basic to the complex.
Home / QIN / Knowledge Base / How do I update a field (column) across numerous records in my database from a CSV file? In other words how do I do an update query in QuickBase?
Knowledge Base
How do I update a field (column) across numerous records in my database from a CSV file? In other words how do I do an update query in QuickBase?
If your CSV file has a column in it that maps to the key field of the table then all you have to do is import the CSV file into QuickBase. Please read the following help topic:
https://www.quickbase.com/help/importing_data.html
If your CSV file doesn't have a column that maps to the key field in QuickBase, but it does have a column that maps to a unique field in your QuickBase table then you can temporarily or permanently switch the QuickBase key field to the unique field to do your update via import.
To learn more about changing the key field please read the following:
- 37643 reads
Rate This
Similar Articles
Browse by Category
Knowledge Base Categories
- Accounts (35)
- Application (45)
- E-Mail (7)
- Fields (41)
- Forms (20)
- Formulas (18)
- General (68)
- Other Product (7)
- Pages (1)
- Product (5)
- Reports (15)
- Roles (4)
- Search (1)
- Tables (6)
Formula Category
about_http_API
access
add
API
APIs
application
applications
automatically
billing
buttons
change
copy
email
error
exact form
excel
export
field
fields
form
formula
formulas
formula URL
http_api
IP
issues
limit
limits
page
password
patches
plan
QuickBase
records
Release Notes
release notes
remove
report
reports
SDK
security
September 30
software
space
status
techfest
user
users
video
view



Comments
I want to add new button on Intuit Quickbase Application
I want to add a new button on Intuit Quickbase Application which will take data from xls file..
please guide me
some suggestions
Hi --
Importing from an Excel file into QuickBase is a manual process; you can't just click a button to do that kind of import. However, you do have a couple of options, depending on your particular circumstances:
- You could put a link that points to "https://www.quickbase.com/db/<dbid>?a=importexport" on the dashboard of the app, replacing <dbid> with your app's dbid. Click the link to start the import process.
- You could choose to import from CSV instead, and use the API_ImportfromCSV API to automatically import your data.
If neither of these options work for you, please contact Customer Support to get further help.
Regards,
--S.
Post new comment