Replace characters in csv file
Posted: Sat Mar 26, 2011 12:43 pm
Hi Oleg,I have a csv (text file) with 30 columns. Now i want to change certain characters in column 29. "space" has to be replaced by "_" and all upper characters have to be made lower case. Fields are devided by "," and fields are starting and ending with """ .Example;"nice","is","this", "text line","This One"has to become;"nice","is","this", "text line","this_one"So replacements have to be done in one column and not complete csv.Please advice.Best regards,Maurice