I'd like to remove the comma in the CSV specified column of the CSV from the regular expression for the CSV read in CSV mode, but I've never learned the regular expression, so I don't know what to do.
I would like you to provide me with a solution.
You do not need to use regular expressions. Select the column you want to remove ,
, and press Ctrl+H to display the Replace dialog.
[Selected range only] Verify that the options are set and
String to search for: ,
Replacement string: (empty)
As , click the Replace All button to remove ,
from the selected text.
© 2024 OneMinuteCode. All rights reserved.