update creator's entires by csv file

update creator's entires by csv file

hi!

There are number of entries in creator's app.
Each entry has email field (and info plus text fields):
entry1 -> email1
entry2 -> email2
entry3 -> email3
and so on..


And there is an excel file with emails and other info for each email.
row1 - email1 - info1 - text1
row2 - email2 - info2 - text2
row3 - email3 - info3 - text3
and so on...

how can I update entries in creator's app using CSV file from excel?

so that entry1 will be updated with info1 and text1 (email1 <-> email1 are equal in app's entry and excel/CSV file)
entry2 - with info2 and text2
and so on...

?