Loads files from the filsystem.
Used by the sams-aggregator
Path where the input files are.
Files that are processed correctly ends up here.
Files that are broken in some way ends up here.
Read files that matches the file pattern.
Default: ".*"
sams.loader.File:
in_path: /data/softwareaccounting/data
archive_path: /data/softwareaccounting/archive
error_path: /data/softwareaccounting/error
file_pattern: '^.*\.json$'