Easily convert your text to a list or join your list to a text by a separator, also reorder your list items.
This transformer takes your text and split it to lines based on the given separator. You can use it to easily convert a text separated by comma to a line based list by example.
To use it, simple paste your text in the input box and click on 'Split' button.
This tool takes your text and join the lines based on the given separator. You can use it to easily convert a list separated by new line to a text separated by comma by example.
To use it, simple paste your text in the input box and click on 'Join' button.
A very handy tool to reorder a text list, it takes the input a reorder the lines based on the ASC order.
To use it, simple paste your list separated by new lines and click on 'Sort ASC' button.
A very useful tool to reorder a text list, it takes the input a reorder the lines based on the DESC order.
To use it, simple paste your list separated by new lines and click on 'Sort DESC' button.
This tool takes all the lines in the text and shuffle them, you can use this tool to randomize the lines.
To use it, simple paste your list separated by new lines and click on 'Shuffle' button.
This tool looks for all duplicated lines on the text and remove them, so, each line will be unique.
To use it, simple paste your list separated by new lines and click on 'Remove Duplicates' button.
This transformer looks for all empty lines on the text and remove them.
To use it, simple paste your list separated by new lines and click on 'Remove Empty' button.