Skip to content

Commit 456bb7d

Browse files
committed
docs: date
1 parent aeea2ef commit 456bb7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ Using `withHeaders` will skip the first row of the CSV file.
146146
> 1. `withHeaders` must be called before the `into` method.
147147
> 2. This method assumes that the headers are the same as the table columns.
148148
> 3. Non-existent columns will be flagged as `FILLER`.
149-
> 4. Date headers will be automatically detected and data type is appended as `DATE`. values must follow the default date format.
150-
> 5. If the headers are different from the table columns, you should define the `columns` in the `into` method.
149+
> 4. Date headers will be automatically detected and data type is appended in the control file.
150+
> 5. Date values must follow the default date format. If not, use the `dateFormat` method.
151+
> 6. If the headers are different from the table columns, you should define the `columns` in the `into` method.
151152
152153
#### Building a CSV File from Eloquent Collection
153154

0 commit comments

Comments
 (0)