Transform a text file into a list

I have this file liste_famille.txt (8.3 KB) and I want to turn each line of the file into a list item. Unfortunately I can’t use the “split at spaces” function because some lines are composed of them. What can I do?

Thanks

Split at \n
Taifun

Thank you! It works!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.