danfo. convertFunctionTotransformer
Converts a function to a pipe transformer. Only available in Nodejs version.
Last updated
Was this helpful?
Converts a function to a pipe transformer. Only available in Nodejs version.
Last updated
Was this helpful?
danfo.convertFunctionTotransformer(func)
func
Function
Returns:
return A that applies the function to each row of object.
The convertFunctionTotransformer takes a function and converts it to a Nodejs stream transformer function which can be used in combination with streamCsvTransformer to incrementally transform large files.
A valid JavaScript function to convert to a