Steven,
Ive opened the file in Excel and its possible to resave the file in the following formats
dbf 4, dbf 3 and dbf2.
Which one would Goldmine prefer?
Also, for now - I just want to get the data in manually and I can then concentrate on getting the data import process automated later. Do I use the import wizard built into Goldmine??
Main Topics
Browse All Topics





by: stevengraffPosted on 2009-01-15 at 06:14:24ID: 23383406
Hi DW,
GoldMine needs the data to be in dBase (.dbf) format. You can also use csv, sdf, or sql, but dbf is the easiest to deal with.
To automate the process, typically you'd use GoldBox; but again, you'd have to have your data in dBase format. MS Excel (prior to Office 2007) can do a "Save As" dBase.
If you can program something to convert your XLS file to dbf on a scheduled daily basis, you can use GoldBox to import it automatically on a daily basis.
Warning: GoldBox is not for the faint of heart. It's a techie tool, reasonably steep learning curve, ultimately very powerful. You should create a test instance of your GoldMine database on a test server while you learn how to use it!
====== Note:
GoldBox imports are known to be valid and acceptable as a 3rd-party import. This is critical if you ever expect to get help from FrontRange and/or if your users are using GoldMine's synch function. If neither of these things are true, you may also wish to experiment using direct back-end import. Again, this is not supported by FrontRange. And I'm only speaking in the context of SQL. (If your GoldMine data is in dbf format I wouldn't attempt it.)
Having said all that, you could, potentially, create a DTS package in MS SQL server that would fire off once a day and import your data directly from Excel into GoldMine.
Good luck,
Steven