'Is there a way to edit a .csv file all at once? [duplicate]
I've began writing out some Metadata that I've generated with python and have ran into some technical issues.
Within my .csv file I have all my "Asset" names in lowercase with no spaces.
Is there a way to select ALL of the same "names" and edit them to "Names" without having to ctrl +f to search for all appearances and change them one by one?
(photo of my .csv Data) CSV Screen Shot
I would like to be able to change ALL assets named "wenlambo" to "Wen Lambo" "angelwings" to "Angel Wings" etc.
There has GOT to be an easier way than doing these one by one!
(I'm using Pycharm if that helps any!)
Thanks In Advance!!
Solution 1:[1]
Would replace all solve the problem?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Aman Mohandas |
