---
sourceDocument: Xanadu Now Platform の管理
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ja-JP/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - ja-JP

ft:publication_title :

    - Xanadu Now Platform の管理

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# 表示値とヘッダーのシステムプロパティ

# 表示値とヘッダーのシステムプロパティ {#ariaid-title1}

* リリースバージョン: Xanadu
* 
* 更新日 2024年08月01日
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 所要時間：2分

システムプロパティを使用して、フィールドの表示値または生の値、およびヘッダーのフィールドラベルまたはフィールド名をエクスポートします。

システムプロパティは、CSV、Excel、JSON、および XLSX ファイル形式の出力をコントロールします。システムプロパティは、クエリパラメーターなどの上書きが指定されていない場合のデフォルトの動作を定義します。システムプロパティは、URL パラメーターを使用してダウンロードされたエクスポートファイル、リストビューからエクスポートされたファイル、またはエクスポートセットによって生成されたファイルに適用されます。  
次の表では、表示値とヘッダーをコントロールする各システムプロパティについて説明します。{#system-properties-display-value-header__table_xbd_pqp_hbb__entry__3}

| 形式 | プロパティ | デフォルト値 |
|-|-|-|
| CSV | glide.export.csv.raw.value | false 注: プロパティを false に設定した場合も、値の文字列が 32000 文字にトリミングされます。 |
| CSV | glide.export.csv.column_header_label | false |
| Excel | glide.export.excel.display_value | true |
| Excel | glide.export.excel.column_header_label | true |
| JSON | glide.json.return_displayValue | false |
| XLSX | glide.export.xlsx.display_value | true |
| XLSX | glide.export.xlsx.column_header_label | true |
[ ]

{#system-properties-display-value-header__table_xbd_pqp_hbb}  

## CSV

例：
:   glide.export.csv.raw.value = false (デフォルト)
:   glide.export.csv.column_header_label = false (デフォルト)

:

例：
:   glide.export.csv.raw.value = true
:   glide.export.csv.column_header_label = true

:

## Excel

例：
:   glide.export.excel.display_value = true (デフォルト)
:   glide.export.excel.column_header_label = true (デフォルト)

:

例：
:   glide.export.excel.display_value = false
:   glide.export.excel.column_header_label = false

:

## JSON

例：
:   glide.json.return_displayValue = false (デフォルト)

:

例：
:   glide.json.return_displayValue = true

:

## XLSX

例：
:   glide.export.xlsx.display_value = true (デフォルト)
:   glide.export.xlsx.column_header_label = true (デフォルト)

:

例：
:   glide.export.xlsx.display_value = false
:   glide.export.xlsx.column_header_label = false

:


