[c09aa8]: / clusters / scripts / unpack3.py

Download this file

7 lines (6 with data), 188 Bytes

1
2
3
4
5
6
import string
f = open("./plateletall.csv", 'r')
contents = f.readlines()
for content in contents :
f1 = open("./plateletall.csv", 'w+')
f1.write(content.replace("Xx_NEWLINE_xX", "\n"))