As far as I know is there not a dedicated Node for this database type (tbh I never heared about it before).
But if you just want to load the data and work with it, you can use a Python Script node with one of these tools dbfread · PyPI or simpledbf · PyPI
Then you configure the DB Connector node with a custom string pointing to the location of your DBF files (the folder not the individual file although that might also work):
Awesome! I was able to get the ODBC / JDBC drivers installed and connected. Your extensive example was just what I needed. I had tried the Python route but found it more confusing, given my limited Python experience. Thank you for your help.