---
title: "Deprecation: #80451 - Deprecate GeneralUtility::csvValues"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-80451"
source: "Changelog/8.7/Deprecation-80451-DeprecateGeneralUtilitycsvValues.rst"
typo3-version: "8.7"
typo3-major: 8
type: "deprecation"
issue: 80451
forge: "https://forge.typo3.org/issues/80451"
tags: ["Backend", "PHP-API"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #80451 - Deprecate GeneralUtility::csvValues {#deprecation-80451}

See [forge#80451](https://forge.typo3.org/issues/80451)

## Description {#description}

The method `GeneralUtility::csvValues()` has been marked as deprecated.

## Impact {#impact}

Calling the deprecated methods will trigger a deprecation log entry.

## Migration {#migration}

Use the new method `CsvUtility::csvValues()`
