it’s possible. You can use File Reader node with some weird delimiter (“#$#”) in order to read entire data in one column. Then use Cell Splitter with proper delimiter (“|”) to get your columns. This approach works regardless of number of columns and their names.
What is then left is to filter rows you don’t need and promote proper row to column headers. Give it a try!