ArrayCat is a free tool for converting a list of data into an array. For example, you can convert CSV file into PHP array. Or, into a JavaScript array. Or even into an SQL insertion thingie, which is technically not an array, but cats get confused sometimes.

The conversion can also transform the data into something better, such as sorting, removing of duplicate elements and converting data to lower case.

Load file