You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/importers/flatfile.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ Here's how to get started:
44
44
You can either drag and drop your file onto the upload area, click to browse your files, or manually enter data if you prefer to input information directly.
45
45
46
46
::: tip Sample CSV template
47
-
Download our [sample CSV file](https://media.docs.plane.so/importers/flatfile/flatfile-import-sample.csv) to see the correct format and field structure for importing your data.
48
-
47
+
Download our [sample CSV file](https://media.docs.plane.so/importers/flatfile/flatfile-import-sample.csv) to see the correct format and field structure for importing your data.
48
+
49
49
Make sure your CSV is properly formatted before uploading. Save your CSV file with UTF-8 encoding. Malformed rows or mismatched columns may cause individual rows to fail during import.
50
50
:::
51
51
@@ -59,7 +59,7 @@ Here's how to get started:
59
59
60
60
The importer automatically maps fields when column names match Plane's field names. You can adjust any mapping by clicking the dropdown next to each incoming field.
61
61
62
-
Required fields are marked with an asterisk (*).
62
+
Required fields are marked with an asterisk (\*).
63
63
64
64
::: warning User fields require email addresses
65
65
For fields like **Assignees** and **Created By**, you must use email addresses rather than usernames. This ensures team members are correctly linked to their work items in Plane.
@@ -83,7 +83,6 @@ Here's how to get started:
83
83
You'll see a table preview of your data with all mapped fields. This is your last chance to verify everything looks correct before import.
0 commit comments