Open GoogleCodeExporter opened 9 years ago
Original comment by nuggetwh...@gmail.com
on 14 Jan 2012 at 8:33
You need to emit three separate lines as follows:
for line in sys.stdin:
txt= line.split('\t')
print rowkey+'\t'+"cc"+'\t'+txt[0]
print rowkey+'\t'+"kw"+'\t'+txt[1]
print rowkey+'\t'+"oc"+'\t'+txt[2]
Original comment by nuggetwh...@gmail.com
on 18 Mar 2012 at 4:54
Original issue reported on code.google.com by
bsenthi...@gmail.com
on 9 Dec 2011 at 11:57