

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 指定自己的路徑擷取器
<a name="ion-serde-specifying-your-own-path-extractors"></a>

如果您的 Amazon Ion 欄位未能整齊地映射到 Hive 資料欄，您可以指定自己的路徑擷取器。在 `CREATE TABLE` 陳述式的 `WITH SERDEPROPERTIES` 子句中，使用以下語法。

```
WITH SERDEPROPERTIES (
   "ion.path_extractor.case_sensitive" = "<Boolean>", 
   "ion.<column_name>.path_extractor" = "<path_extractor_expression>"
)
```

**注意**  
依預設，路徑擷取器不區分大小寫。要覆寫此設定，請將 [ion.path_extractor.case_sensitive](ion-serde-using-ion-serde-properties.md#ioncase) SerDe 屬性設定為 `true`。