Use php to merge csv with the same format
bug
bug 2018-02-07 17:12:20
0
3
1322

For example, folder a contains 1.csv, 2.csv, and 3.csv, and folder b contains 2.csv, 3.csv, and 4.csv. The csv formats in folders a and b are the same.
How can I use php to combine folders a and b into a new folder c, and merge csv files with the same names of a and b.
Expected results: There are 1.csv, 2.csv, 3.csv, 4.csv in the c folder, including 2. The contents in csv and 3.csv are the merged contents of 2 and 3 in folders a and b.

bug
bug

reply all(1)
猪哥

http://www.php.cn/xiazai/leiku/1278 Take a look at this class

  • reply Local download, file not found. I would like to ask if you can do it with a few lines of code.
    bug author 2018-02-08 10:50:25
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template