Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Split Column - Delimiter Issue

Hello,   I have a problem with splitting a column by delimiter.   The values within the column look like this "ITEM01, ITEM02, " whih leads in this example to three columns (ITEM01, ITEM02 and an...
  • tex628's avatar
    tex628
    6 years ago

    Is there any reason as to why you can not split on each occurance and then delete the final column?

    Br,
    J