I have a couple of things I need to do to a csv file.
-
Find and Replace a particular couple of characters.
-
Remove the first column of data.
Any suggestions on the best way?
Thanks,
Jon
I have a couple of things I need to do to a csv file.
Find and Replace a particular couple of characters.
Remove the first column of data.
Any suggestions on the best way?
Thanks,
Jon
See:
action:Read a File [Keyboard Maestro Wiki]
action:Search and Replace Variable [Keyboard Maestro Wiki]
Use the KM "Search and Replace Variable" Action using Match (Regex) and replace with nothing
See: Regular Expressions [Keyboard Maestro Wiki]