Monday, 29 May 2017

NodeJS CSV file validator triggered on upload

Is there any file watching package for NodeJS that can trigger validation of file on specified event? In my case, the file would be CSV and validator should trigger when CSV file is uploaded to specified folder. It should check columns number, delimiters and line endings.



via basic

No comments:

Post a Comment