How to turn a list of data into a PHP or JavaScript array

If you are a developer or tester, definitely sometimes you have to convert various lists into arrays for PHP, JavaScript. Doing it manually is not very fun, so you can use special online services.

ArrayCat is a service for converting data into an array. For example, you can convert a CSV file to PHP, JavaScript, or another array. Even in SQL Insert.

To do this, in the upper input field, you need to insert your list or upload a file. Optionally, you can select the separator type.

And in the lower part, select the type of array and, if necessary, the text transformation parameter. For example, it supports sorting, removing duplicates and changing lowercase-uppercase and much more.

When everything is ready, it remains to press the Convert button and get the result.