michoel
row = row.map(function(field) { return '"' + field.replace(/"/g, '""') + '"'; }); response.write(row.join() + '\n');