Sometimes when working with large data files, you'll need to split the contents into thousands of files to ensure that systems don't run out of memory or run into issues while processing the the single large file. Uploading these files individually to MySQL can be quite the hassle, especially when you aren't sure of how many files are available or how their naming system was designed. Fortunately, with Shipyard, you can quickly unzip the contents of any folder and select all of the CSV files within to be uploaded to a single table on MySQL.