delimiters
2 TopicsCount number of elements in each column cell (Delimiters) and display the values in the new column?
Hi, Having a column like below, Data: "[""bTravel"",""bTravel Planning"",""travel booking"",""travel planning""]" [] "[""engine"",""news"",""search""]" [] "[""collaboration"",""connect"",""connections"",""network""]" To get the count of the words in each cell using a delimiter comma(,). Used fx as below for the specific count of keywords, New Column name is keywords count. = Table.AddColumn(applicationcatalog_Table, "keywords count", each List.NonNullCount(Text.Split([keywords],","))) Result: Why its displaying resuit as 1 in cell, instead of 0 as result for [] in the coulun(keywords count) cells.? Thank you.Solved1.2KViews0likes2CommentsPulling out the letter out of string
Dear All, I need to pull out the letter out of string data in column: For example from 5SNA 075065G0323 I need pull out "G", from 5SNA 0800N330100 "N", 5SLD 1200J450350 "J" etc. I have checked the similar cases in this forum, but unfortunately my string does not have gaps between the figures to make an easy extract, maybe there is another way. Can you please give a hint? Thanks in advance!Solved1.3KViews0likes5Comments