PHP - Update specific row in CSV file

前端 未结 4 849
予麋鹿
予麋鹿 2021-01-05 08:03

Is there an effective way to update/delete specific row in CSV file? Every other method included reading contents of entire file, creating temporary file and then replacing

4条回答
  •  清酒与你
    2021-01-05 08:34

    Bit late but for people who may search same thing, you could put your csv into an sqlite what addionaly gives you the ability to search in the dataset. There is some sample code: Import CSV File into a SQLite Database via PHP

提交回复
热议问题