Skip to content

Commit

Permalink
docs: date
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Jun 5, 2024
1 parent aeea2ef commit 456bb7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@ Using `withHeaders` will skip the first row of the CSV file.
> 1. `withHeaders` must be called before the `into` method.
> 2. This method assumes that the headers are the same as the table columns.
> 3. Non-existent columns will be flagged as `FILLER`.
> 4. Date headers will be automatically detected and data type is appended as `DATE`. values must follow the default date format.
> 5. If the headers are different from the table columns, you should define the `columns` in the `into` method.
> 4. Date headers will be automatically detected and data type is appended in the control file.
> 5. Date values must follow the default date format. If not, use the `dateFormat` method.
> 6. If the headers are different from the table columns, you should define the `columns` in the `into` method.
#### Building a CSV File from Eloquent Collection
Expand Down

0 comments on commit 456bb7d

Please sign in to comment.