I am trying to automate a situation in which a field has multiple lines, each with a newline at the end. The data will be organized in this fashion:
title
project title
title
project title
etc.
Project titles are known key words whereas the titles are arbitrary. with each line, a separate table is updated with that data organized so that the title moves over to that new table and then classified by the project title until there is no more entries.
It has been a long time since I programmed in js and just got stuck.