pixelb / crudini

A utility for manipulating ini files
GNU General Public License v2.0
443 stars 63 forks source link

Find duplicates using crudini? #78

Closed palansher closed 3 years ago

palansher commented 3 years ago

Good day!

Is there any way to find in an *.ini file, using crudini, the duplicates of:

I see now that crudini just gets 1st record from dupes. And after that, it is difficult to search any dupe errors sourced from an incorrect ini file. Excuse me for such a strange question... Any your advice (how to found /locate dupes in big ini file) will be highly appreciated!

pixelb commented 3 years ago

crudini doesn't support that currently, as the iniparse library it uses will take the value of the last instance of a key