Skip to content

Commit 27bee65

Browse files
authored
[Hold] Platform: Supported file types (#352)
1 parent 2c22b18 commit 27bee65

File tree

2 files changed

+96
-2
lines changed

2 files changed

+96
-2
lines changed

platform/supported-file-types.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Supported file types
33
---
44

5-
import SupportedFileTypes from '/snippets/general-shared-text/supported-file-types.mdx';
5+
import SupportedFileTypesPlatform from '/snippets/general-shared-text/supported-file-types-platform.mdx';
66

7-
<SupportedFileTypes />
7+
<SupportedFileTypesPlatform />
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
The Unstructured Platform supports processing of the following file types:
2+
3+
By file extension:
4+
5+
| File extension |
6+
| --- |
7+
| `.abw` |
8+
| `.bmp` |
9+
| `.csv` |
10+
| `.cwk` |
11+
| `.dbf` |
12+
| `.dif` |
13+
| `.doc` |
14+
| `.docm` |
15+
| `.docx` |
16+
| `.dot` |
17+
| `.dotm` |
18+
| `.eml` |
19+
| `.epub` |
20+
| `.et` |
21+
| `.eth` |
22+
| `.fods` |
23+
| `.gif` |
24+
| `.heic` |
25+
| `.htm` |
26+
| `.html` |
27+
| `.hwp` |
28+
| `.jpeg` |
29+
| `.jpg` |
30+
| `.md` |
31+
| `.mcw` |
32+
| `.mw` |
33+
| `.odt` |
34+
| `.org` |
35+
| `.p7s` |
36+
| `.pages` |
37+
| `.pbd` |
38+
| `.pdf` |
39+
| `.png` |
40+
| `.pot` |
41+
| `.potm` |
42+
| `.ppt` |
43+
| `.pptm` |
44+
| `.pptx` |
45+
| `.prn` |
46+
| `.rst` |
47+
| `.rtf` |
48+
| `.sdp` |
49+
| `.sgl` |
50+
| `.svg` |
51+
| `.sxg` |
52+
| `.tiff` |
53+
| `.txt` |
54+
| `.tsv` |
55+
| `.uof` |
56+
| `.uos1` |
57+
| `.uos2` |
58+
| `.web` |
59+
| `.webp` |
60+
| `.wk2` |
61+
| `.xls` |
62+
| `.xlsb` |
63+
| `.xlsm` |
64+
| `.xlsx` |
65+
| `.xlw` |
66+
| `.xml` |
67+
| `.zabw` |
68+
69+
By file type:
70+
71+
| Category | File types |
72+
| --- | --- |
73+
| Apple | `.cwk`, `.mcw`, `.pages`
74+
| CSV | `.csv` |
75+
| Data interchange | `.dif` |
76+
| dBase | `.dbf` |
77+
| E-mail | `.eml`, `.p7s` |
78+
| EPUB | `.epub` |
79+
| HTML | `.htm`, `.html` |
80+
| Image | `.bmp`, `.gif`, `.heic`, `.jpeg`, `.jpg`, `.png`, `.prn`, `.svg`, `.tiff`, `.webp` |
81+
| Markdown | `.md` |
82+
| Org Mode | `.org` |
83+
| Open Office | `.odt`, `.sgl` |
84+
| Other | `.eth`, `.mw`, `.pbd`, `.sdp`, `.uof`, `.web` |
85+
| PDF | `.pdf` |
86+
| Plain text | `.txt` |
87+
| PowerPoint | `.pot`, `.potm`, `.ppt`, `.pptm`, `.pptx` |
88+
| reStructured Text | `.rst` |
89+
| Rich Text | `.rtf` |
90+
| Spreadsheet | `.et`, `.fods`, `.uos1`, `.uos2`, `.wk2`, `.xls`, `.xlsb`, `.xlsm`, `.xlsx`, `.xlw` |
91+
| StarOffice | `.sxg` |
92+
| TSV | `.tsv` |
93+
| Word processing | `.abw`, `.doc`, `.docm`, `.docx`, `.dot`, `.dotm`, `.hwp`, `.zabw` |
94+
| XML | `.xml` |

0 commit comments

Comments
 (0)