---
title: "Fill missing value"
slug: "common-vapidatatype-dataflowetljobnode-transformfillmissingvalue"
tags: ["Data Flow", "ETL Job Node", "Fill missing value", "VPC"]
updated: 2026-07-23T09:04:00Z
published: 2026-07-23T09:04:00Z
canonical: "api.ncloud-docs.com/common-vapidatatype-dataflowetljobnode-transformfillmissingvalue"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fill missing value

Fill missing value(빈값 채우기) 타입의 변환(transform) 작업 정보입니다.

          참고

          

Data Flow ETL 작업의 노드 소스(source), 변환(transform), 타깃(target) 타입에 대한 공통 구문 및 필드 정보는 [ETLJobNode 공통](/docs/common-vapidatatype-dataflowetljobnode)을 참조해 주십시오.

### 구문

구문은 다음과 같습니다.

```
private List<MissingValueField> missingValueFieldList;
```

### 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `missingValueFieldList[].name` | String | Required | 빈 값을 채울 필드 이름 |
| `missingValueFieldList[].defaultValue` | String | Required | 빈 값을 채울 필드 값 |
