Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThe 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.
Very nice use of the 'select records' tool @Naledi
Slightly different approach
I used the Summarize tool to concatenate all of the names per PMID, and then parsed back into columns with Text to Cols
This was fun, it would have been much easier if you could group when creating a RecordId.....