thephpleague / csv

CSV data manipulation made easy in PHP
https://csv.thephpleague.com
MIT License
3.34k stars 336 forks source link

Can you add function to compare 2 csv files and return diff as json #493

Closed ntuanphuc closed 1 year ago

ntuanphuc commented 1 year ago

Feature Request

Q A
New Feature yes
BC Break yes/no

Proposal

Nowadays, working with data become popular with developers. While working I see that we need to sync data from one to other ends, and in current php there is not many good libraries to do this. I believe this could be useful if The Php League can add it as a feature in csv library.

Checks before submitting

nyamsprod commented 1 year ago

@ntuanphuc thanks for using the library.

Unfortunately, what you are asking is out of scope for the current package.

The are several packages you can found on packagist.org that can perform what you are asking with less maintenance burden from my end.