admin管理员组

文章数量:1410731

Okay so my question is as follow:

I have a big csv file containing alot of products ranked after id, price, stock etc, this file updates every hour via a link. On the other hand i have a csv file containg a few products listed after the same properties.

What code do i need to write to search in the big file after the products i have on the other csv, and then import the changes to the small csv? Is that possible?

本文标签: phpCron job update csvneed help solving )