Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 687 Bytes

TODO.md

File metadata and controls

28 lines (21 loc) · 687 Bytes

TODOs

TODO lists

  • Implement ArrayAccess interface for RowData and RelationData
  • Complete documentation
  • Wiki page
  • A new Branch for laravel 5
  • Clean up data objects
  • Optimization (if necessary)

Tests

  • Import csv file with exact column of model's table
  • Import csv file with extra fields to mode'ls table
  • Import csv file with no header row
  • Setting header row offset
  • Start from row offset
  • Additional fields
  • Set single column dictionary
  • Set headers dictionary
  • Relation

Current Issues

  • An empty result would add if had a blank line in csv file
  • Empty sub object would return if no data match with filters