Böyle s CSV dosyasını düşünün
item1,"description 1"
item2,"description 2"
item3,"description 3
description 3 continues on new line"
item4,"description 4"
Böyle ayrıştırılması gereken
item1,"description 1"
item2,"description 2"
item3,"description 3 description 3 continues on new line"
item4,"description 4"
Satırlı değerleri vardır PHP bu CSV ayrıştırmak için bir yolu var mı?