---
title: utf8TabSeparatedText
framework: uniformtypeidentifiers
role: symbol
role_heading: Type Property
path: uniformtypeidentifiers/uttype-swift.struct/utf8tabseparatedtext
---

# utf8TabSeparatedText

A type that represents UTF-8–encoded text containing tab-separated values.

## Declaration

```swift
static var utf8TabSeparatedText: UTType { get }
```

## Discussion

Discussion The identifier for this type is public.utf8-tab-separated-values-text. This type conforms to UTTypeDelimitedText and UTTypeUTF8PlainText.

## See Also

### Data interchange formats

- [delimitedText](uniformtypeidentifiers/uttype-swift.struct/delimitedtext.md)
- [commaSeparatedText](uniformtypeidentifiers/uttype-swift.struct/commaseparatedtext.md)
- [tabSeparatedText](uniformtypeidentifiers/uttype-swift.struct/tabseparatedtext.md)
- [rtf](uniformtypeidentifiers/uttype-swift.struct/rtf.md)
- [xml](uniformtypeidentifiers/uttype-swift.struct/xml.md)
- [yaml](uniformtypeidentifiers/uttype-swift.struct/yaml.md)
- [json](uniformtypeidentifiers/uttype-swift.struct/json.md)
- [vCard](uniformtypeidentifiers/uttype-swift.struct/vcard.md)
