I have a client that is installing ALOHA from NCR and they asked me to write an interface to import that data into Navision.
The EOD folders in ALOHA (aka "the grind files") are produced in DBF format. In testing, I have been opening the DBF files I need in EXCEL and saving them as a .CSV file, and I have dataports and codeunits (for automation) to import the CSV files. It works great.
But nearing install now, obvioulsy in automation (on the NAS), I cannot open the files in excel and save them as a CSV
Does anyone know a utility (an exe program) I can call out of a shell command in navision where I tell it where the ITM.DBF file is and it creates a ITEM.CSV file in the same library....
I would greatly appreciate any input on this I could get, it is a little late in the game to rewrite the entire interface....
0
Comments
Why? Why can't you use Excel automation?
Alternatively you might want to try ADO.
Or, as some software I used to use does: chip off the header of the dbf file and treat the rest as fixed length records.