Fill null or empty cells Stay organized with collections Save and categorize content based on your preferences.
This page explains how to add values to null and empty cells when you preparedata in the Wrangler workspace of the Cloud Data Fusion Studio. If you have acolumn that contains null or empty cells, you can specify a value to add tothose cells.
To specify a value to add to null or empty cells in a column, follow thesesteps:
- Go to Wrangler workspace in Cloud Data Fusion.
- On theData tab, go to a column name and click thearrow_drop_downexpander arrow.
- SelectFill null or empty cells.
- Enter the value to add to each null or empty cell in the column.
- ClickApply.
Wrangler fills each null or empty cell with the new value and adds thefill-null-or-empty directive to the recipe. When you run the data pipeline,the transformation is applied to all values in the column.
For example, in a column calledAge, you replace the empty and null valueswith the stringN/Ausing the preceding steps. Wrangler updates the sampledataset and adds the following directive to the recipe:fill-null-or-empty :Age 'N/A'.
What's next
- Learn more aboutWrangler directives.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.