CustomFileLoader
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.