Forum Discussion

Ara_Karapetyan's avatar
2 years ago
Solved

Split columns

Hi, I need to split columns by series of delimiters. I use a delimiters list: delimiters = {",", "-","—"}. The step I use is: Table.SplitColumn(source, "title", Splitter.SplitTextByEachDelimiter(d...
  • Ara_Karapetyan's avatar
    2 years ago

    My mistake was I did not let the function to create a columns.

    I added {"title", "1".."5"} and now that is ok.