The link to the solution for last challenge #35 is HERE.
Use Case: An analytical consulting company downloads medical journal publication data from the web and would like to extract all of the authors for the listed entries.
The text input contains details about each article where FAU indicates the author name for the article – in most case there are multiple authors. The details of each article are contained in lines that begin with PMID and end with an empty line.
Objective: Parse out each article PMID and list each author in sequential columns as seen in the Results.yxmd file.