Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 983 Bytes

File metadata and controls

24 lines (16 loc) · 983 Bytes
title File parser not found.
i18nReady true
githubURL https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts

import DontEditWarning from '~/components/DontEditWarning.astro'

FileParserNotFound: No parser was found for 'FILE_NAME'. Pass a parser function (e.g. parser: csv) to the file loader.

What went wrong?

The file loader can’t determine which parser to use. Please provide a custom parser (e.g. csv-parse) to create a collection from your file type.

See Also: