mavinoo / laravelBatch

insert batch and update batch in laravel
MIT License
571 stars 118 forks source link

How set NULL? #75

Closed bizvid closed 4 months ago

bizvid commented 3 years ago

I have:

[ [ "id" => "40142" "invoice_number" => null ], [ "id" => "40108" "invoice_number" => "555" ] ]

Case with null - don't work. How can i insert null in batch update process?

mavinoo commented 4 months ago

hi @bizvid add method multiple condition v2.4