Export specific rows from table #2100
Replies: 1 comment
-
Duplicate of https://stackoverflow.com/questions/79218784/use-dexie-to-export-certain-data-from-a-table-in-a-database |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to export specific rows from tables. I'm able to export an entire table from the database
But I cannot seem to specify which rows in the table I want. Here is a snippet of my JSON exported file:
I need to be able to export everying in the trialTable where the fk_event = 1 (or a user selection)
Is this possible?
In the filter, it has three things. table, value, key. I understand that table is the table name. But what are the value and the key? Can I use those for my selections? I don't understand from reaading the documentation.
https://dexie.org/docs/ExportImport/dexie-export-import#exportoptions
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions