lat9 / dbio

Database Input/Output for Zen Cart
GNU General Public License v3.0
3 stars 1 forks source link

CSV 'Split' is going off *any* line-feed instead of end-of-csv-line #175

Closed lat9 closed 3 years ago

lat9 commented 4 years ago

The DbIo Split processing is currently splitting at every line-end (whether or not it's the end of a CSV line). Need to use fgetcsv instead of fgets.