| 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 thefileloader.
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: