Skip to main content

Custom File Loaders

HelloCSV supports integrating data formats different from standard CSV / TSV uploads by allowing developers to create a CustomFileLoader
A CustomFileLoader is responsible for parsing a file, of a target mimeType, and returning a csvData string, which then gets passed to the rest of the pipeline. The convert function supports returning a promise for parsing files server-side if needed.

Usage

See customFileLoader prop.