A small Python program to convert a 2-column CSV into a 2-D array, with column 1 being the filename and column 2 being the data. Creates X text files, where X is the amount of rows.
Primary LanguagePython