CsvTableReader
class CsvTableReader implements TableReader (View source)
Methods
                    public                                                                            
                
                    Iterator
                
                                
                    getIterator()
        
                                            
                
            Return an iterator that returns each record of the table reader as a map.
Details
        
                            
    __construct($filename)
        
    
    No description
        
                            array
    getColumns()
        
    
    Return the names of the the columns in this table
        
                            Iterator
    getIterator()
        
    
    Return an iterator that returns each record of the table reader as a map.