Exercise: Format Data

Use regular expressions to format data from a CSV file.

Problem statement

You’re given a CSV file containing data of the form ID, Lastname, Firstname, Initial, DOB, where:

  • ID: Numeric
...