File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
src/routes/changelog/(entries) Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: changelog
3
+ title: "Announcing: Document imports from CSV files"
4
+ date: 2025-07-01
5
+ cover: /images/changelog/2025-07-01.png
6
+ ---
7
+
8
+ We're introducing a new way to populate your Appwrite databases: **document imports from CSV files**.
9
+
10
+ Using this feature, you can now import documents into your database using just a CSV file without any custom scripts.
11
+
12
+ Whether you’re:
13
+
14
+ - Migrating data from another tool
15
+ - Seeding test environments
16
+ - Importing FAQs, inventory, or structured content
17
+
18
+ You can do it all with a simple CSV file.
19
+
20
+ {% arrow_link href="/blog/post/announcing-csv-imports" %}
21
+ Read the announcement to learn more
22
+ {% /arrow_link %}
23
+ `
You can’t perform that action at this time.
0 commit comments