hi guys! I have the following task to do using NIFI - I have a csv file which has columns: first name, last name, date of birth, address, phone, mail. I need to read this file record by record and extract the first name, last name and date of birth from each record to use later to create a rest query. What processors are best to use for this task?