Globalization Pipeline supports PII documents (Files). Bundles are used for the formats that can be parsed into Strings of key value pairs, while other document formats are considered as "Files" in GP norms. Following are the file types supported currently.
Extension | MIME type |
---|---|
.dita | application/dita+xml |
.json | application/json |
.doc | application/msword |
application/pdf | |
.rtf | application/rtf |
.xls | application/vnd.ms-excel |
.ppt | application/vnd.ms-powerpoint |
.odp | application/vnd.oasis.opendocument.presentation |
.ods | application/vnd.oasis.opendocument.spreadsheet |
.odt | application/vnd.oasis.opendocument.text |
.pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation |
.xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
.docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
.xlf | application/xliff+xml |
.xml | application/xml |
.svg | image/svg+xml |
.html | text/html |
.md | text/markdown |
.txt | text/plain |