I've been assigned the task of creating an import utility as part of our application, and as part of the requirements, we need to be able to import from as many different file types as possible. For the most part, this is fine, the initial loading of data comes from a component that then passes it up so we can put everything in it's proper place. However, there are a couple of file extensions that get used by multiple systems and I need to determine the system so I can tell my component how to read the data properly.
Is there a place available online that can give me file signatures for different file types? Filext has limited information, and almost no signatures on the types I need, specifically .DB for Paradox, dBase IV, SQL Anywhere, Novell Groupwise, Progress, and Oracle and .DAT for Clarion and DBISAM. Thanks.