diff --git a/src/pages/tools/csv/csv-rows-to-columns/index.tsx b/src/pages/tools/csv/csv-rows-to-columns/index.tsx index 5083c2e..8b70b75 100644 --- a/src/pages/tools/csv/csv-rows-to-columns/index.tsx +++ b/src/pages/tools/csv/csv-rows-to-columns/index.tsx @@ -111,13 +111,15 @@ export default function CsvRowsToColumns({ 'If the input CSV file is incomplete (missing values), then add empty fields or custom symbols to records to make a well-formed CSV?' } /> - updateField('customFiller', val)} - description={ - 'Use this custom value to fill in missing fields. (Works only with "Custom Values" mode above.)' - } - /> + {!values.emptyValuesFilling && ( + updateField('customFiller', val)} + description={ + 'Use this custom value to fill in missing fields. (Works only with "Custom Values" mode above.)' + } + /> + )} ) },