Skip to content

Commit 543f5b8

Browse files
authored
Merge pull request #2157 from Veera-mulge/csv-import-changelog
CSV import changelog
2 parents ec8ebe4 + d155c44 commit 543f5b8

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
`
168 KB
Loading

0 commit comments

Comments
 (0)