Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用League\Csv重新格式化 CSV。我正在读取 CSV,处理数据,然后将结果写入新的 CSV。
阅读它在阅读 CSV 时说的文档
过滤掉空行;
有没有办法阻止这种情况发生?
您是否尝试过使用 Statement 对象来处理 Reader?它使您可以更好地控制选定的行。也许默认语句不包括空行过滤。
https://csv.thephpleague.com/9.0/reader/
请参阅记录选择,高级用法。