public final class ToCSV extends Object
This class converts a KDD Cup input file into a compressed CSV format. The output format is
userID,itemID,score,timestamp. It can optionally restrict its output to exclude
score and/or timestamp.
Run as: ToCSV (input file) (output file) [num columns to output]
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.