Re: I want to write a function that removes the second CSV column of its content
Posted by NC on 12/17/08 11:56
comp.lang.php wrote:
>
> Which is the best approach to accomplish rewriting CSV
> content this way?
You need to change your approach. Write reformatted lines into a new
file; when finished, delete the old file and rename the new one, so it
has the same name the old one did.