Example input
alpha, beta, gamma, delta
Paste a comma-separated row and turn it into one clean value per line, with trimming and empty-value cleanup when needed.
alpha, beta, gamma, delta
alpha
beta
gamma
delta
Split string mode.After splitting, the next common steps are removing duplicates, trimming whitespace, or adding quotes.
Yes. The same tool supports pipe, tab, space, newline, and custom separators.
Yes. Keep trim enabled and the split result will normalize extra spaces around each value.
Yes. The same page supports both join and split modes, so you can reverse the workflow without leaving the tool.