CSV Column Splitter
Split a single CSV column into multiple columns by a delimiter. Great for splitting full names, addresses, or tags.
Use \t for tab
Leave empty for auto-naming
About CSV Column Splitter
Split a single delimited column into multiple columns. Ideal for parsing full names (first/last), address fields, pipe-separated tag lists, or any packed data. New columns are appended by default, or you can replace the original. Column names are auto-generated or you can provide custom names.