Opened this issue 3 years ago · 1 comments
The csv merge script is not working, fail to read any files under the input path.
should change csv_files = sorted(glob.glob('%s/%s*.csv' % (path_in, file_type))) to csv_files = sorted(glob.glob('%s/**/%s*.csv' % (path_in, file_type)))