Streaming large CSV files with Laravel chunked queries
Barry vd. Heuvel
85

Hey, thanks, it really helps me :)
I had this problem because my database is really large, it was really the solution.
Just one question
I have a database and column “number” with data like this

|Number
|123
|034
|456

When CSV file is created the data that start with “0”(034) becomes in the CSV “34”
Do you know how fix it?
thanks :)