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"}