hi guys question
I saved hits from a config to a csv file in the following format
spoedtest;Wilhelminalaan 4, 2405 ED Alphen aan den Rijn;20
mcdmedical;Rijksweg A4 nr. 1, 2132 MA, Hoofddorp;12
leadhealthcare;Pondweg 7, 2153 PK, Nieuw-Vennep;32
When I run the config again and i get these hits (example)
spoedtest;Wilhelminalaan 4, 2405 ED Alphen aan den Rijn;25
Planjecoronatest;Hoeksteen 74-84, 2132 MS, Hoofddorp;5
I want to change the existing records and add the new record like this:
spoedtest;Wilhelminalaan 4, 2405 ED Alphen aan den Rijn;25
mcdmedical;Rijksweg A4 nr. 1, 2132 MA, Hoofddorp;12
leadhealthcare;Pondweg 7, 2153 PK, Nieuw-Vennep;32
Planjecoronatest;Hoeksteen 74-84, 2132 MS, Hoofddorp;5
Yes that’s not the problem I already appended the hits to a csv file. But when I run the config I want it to read that file and search for matching hits and change the value (if the hit is not matching it should just be added to the list)