Column to Comma Separated List


Introduction

This is a simple web app that allows you to convert a list of items separated by commas into a column list, and vice versa. The app has two textareas, one labeled “Comma List” and the other labeled “Column List”. As you type in one textarea, the app will automatically convert the list into the other format and display the number of elements in the list in real-time.

How to use

To use the app, simply type your list into either the “Comma List” or “Column List” textarea. If you type a comma-separated list into the “Comma List” textarea, the app will automatically convert it into a column list in the “Column List” textarea. If you type a column list into the “Column List” textarea, the app will automatically convert it into a comma-separated list in the “Comma List” textarea.

Examples

For example, if you type “Apple, Banana, Orange” into the “Comma List” textarea, the app will automatically convert it to “Apple Banana Orange” in the “Column List” textarea.

Similarly, if you type “Apple Banana Orange” into the “Column List” textarea, the app will automatically convert it to “Apple, Banana, Orange” in the “Comma List” textarea.