Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: replace string inside double quotes
Post: RE: replace string inside double quotes

I did finally figure out how to read the csv and write new values to csv using my test file. Thanks for all your help!  **smile** Now when I try this on a 1 gig csv file, I run into memory error. I ...
jmpatx General Coding Help 10 16,573 Apr-25-2017, 08:18 PM
    Thread: replace string inside double quotes
Post: RE: replace string inside double quotes

The regular expression seemed to work on my example data, but when I tried a larger file with more columns, it did not replace the comma within the quotes. Was the regular expression someone pointing...
jmpatx General Coding Help 10 16,573 Apr-24-2017, 10:29 PM
    Thread: replace string inside double quotes
Post: RE: replace string inside double quotes

Thanks snippsat. I am new to Python, so forgive my ignorance. I understand what you are doing, I guess where I am lost is how to apply it to a global find and replace in my code.  If I were certain t...
jmpatx General Coding Help 10 16,573 Apr-24-2017, 03:32 PM
    Thread: replace string inside double quotes
Post: replace string inside double quotes

I am trying to replace commas with a "^" in a string that is already quoted. Below you can see input and output. However my code does not replace the string.  Any help would be appreciated. Input: O...
jmpatx General Coding Help 10 16,573 Apr-21-2017, 08:58 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020