Search⌘ K
AI Features

Exercise: Format Data

Explore how to use Perl's regular expressions to parse and reformat CSV data. Learn to extract values using capturing groups and transform date formats for clear, structured output.

Problem statement

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

  • ID: Numeric
...