org.skife.csv
Interface ReaderCallback


public interface ReaderCallback

Receives callbacks as an input file is traversed


Method Summary
 void onRow(java.lang.String[] fields)
          Called for each row of the CSV
 

Method Detail

onRow

public void onRow(java.lang.String[] fields)
Called for each row of the CSV

Parameters:
fields - fields in the row