Merge CSV Files Processor

class GeoEDF.processor.MergeCSVFiles

Processor plugin that takes a directory of CSV files and merges them into a single CSV file. An optional basename can be provided for the resulting CSV file.

filepath(str, required)

This is the directory where the CSV files to be merged are located.

basename(str, optional)

If specified the merged CSV file would have the name as specified by this parameter.