To clean up csv files I use excel's find/replace to swap the commas occurring within fields for something benign. How does this magic work? Different character sets within the same file?
Is it possible to do this with shell scripting?
To clean up csv files I use excel's find/replace to swap the commas occurring within fields for something benign. How does this magic work? Different character sets within the same file?
Is it possible to do this with shell scripting?