python - Converting Text to CSV -


i have product reviews text file want convert csv data analysis. below part of how text file looks like:

id:   1 asin: 0827229534   title: patterns of preaching: sermon sampler   group: book   salesrank: 396585   similar: 5  0804215715  156101074x  0687023955  0687074231  082721619x   categories: 2    |books[283155]|subjects[1000]|religion & spirituality[22]|christianity[12290]|clergy[12360]|preaching[12368]    |books[283155]|subjects[1000]|religion & spirituality[22]|christianity[12290]|clergy[12360]|sermons[12370]   reviews: total: 2  downloaded: 2  avg rating: 5     2000-7-28  cutomer: a2jw67oy8u6hhk  rating: 5  votes:  10  helpful:   9     2003-12-14  cutomer: a2ve83mzf98ity  rating: 5  votes:   6  helpful:   5  id:   2 asin: 0738700797   title: candlemas: feast of flames   group: book   salesrank: 168596   similar: 5  0738700827  1567184960  1567182836  0738700525  0738700940   categories: 2    |books[283155]|subjects[1000]|religion & spirituality[22]|earth-based religions[12472]|wicca[12484]    |books[283155]|subjects[1000]|religion & spirituality[22]|earth-based religions[12472]|witchcraft[12486]   reviews: total: 12  downloaded: 12  avg rating: 4.5     2001-12-16  cutomer: a11nco6yte4btj  rating: 5  votes:   5  helpful:   4     2002-1-7  cutomer:  a9cq3plrnir83  rating: 4  votes:   5  helpful:   5     2002-1-24  cutomer: a13sg9acz9o5im  rating: 5  votes:   8  helpful:   8     2002-1-28  cutomer: a1bdai6veymaza  rating: 5  votes:   4  helpful:   4     2002-2-6  cutomer: a2p6kawxj16234  rating: 4  votes:  16  helpful:  16     2002-2-14  cutomer:  amacwc3m7pqfr  rating: 4  votes:   5  helpful:   5     2002-3-23  cutomer: a3go7uv9xx14d8  rating: 4  votes:   6  helpful:   6     2002-5-23  cutomer: a1gil64qk68wkl  rating: 5  votes:   8  helpful:   8     2003-2-25  cutomer:  aeobof2onqjwv  rating: 5  votes:   8  helpful:   5     2003-11-25  cutomer: a3ightes8me05l  rating: 5  votes:   5  helpful:   5     2004-2-11  cutomer: a1cp26n8rhyvvo  rating: 1  votes:  13  helpful:   9     2005-2-7  cutomer:  aneianh0wat9d  rating: 5  votes:   1  helpful:   1 

how turn csv?


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -