Allow users to specify more than one file for input. This is particularly helpful for json input, but probably csv as well.
Two approaches:
- Build this into the main process
- Create a stand-alone script that combines multiple files into the single file expected by FlockWatch.py
Allow users to specify more than one file for input. This is particularly helpful for json input, but probably csv as well.
Two approaches: