W3cubDocs

/Astro

File parser not found

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

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:

© 2021 Fred K. Schott
Licensed under the MIT License.
https://docs.astro.build/en/reference/errors/file-parser-not-found/