Today's project is to write a PL/SQL function to extract individual fields from a delimited string, as you would find in a CSV file. Text fields may be enclosed in double quotes, and may contain quotes that need to be retained as part of the text. The program will need to ignore delimiter characters if they are between pairs of quotes.