I need to parse through a website that has a table. I need a way to parse through the table and get certain cells in the table. I've tried using BeautifulSoup4 on NiFi, RegEx, and writing my own script using Jython but I've come up empty handed. Anyone know a good way to accomplish this?