Microsoft | SDE | Hyderabad
Anonymous User
505

Given a csv file with schema, implement the search.

○ Schema : [{Column=Name, IsIndex=True}, {Column=email, IsIndex=True}, {Column=Address, IsIndex=False} ]

○ Search function ==> Search(string csvFile, string search) search => {Name = "Alex"}

Comments (0)