How to split a column with unstructured string
Hi, expertsI like to split the column with unstructured string into bunches of columns. But I fail to make it because it is complicated. my thinking is to split by line break, but can't make it from text to columns by delimiter. the alternative is to replace line break with any signals available in delimiter. the one option is to run Regex ( :Column 1, "^\R", "#",GLOBALREPLACE ), but it shows unex...