Re: loading flat file into .eds db
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> May 01, 2007
- 475 views
Chris S wrote: > > I'm trying to figure out the easiest method to load plain text file into an > .eds database. The database, table, and fields have already been defined. > The records are comma-delimited, like so: > > "record key","name","address","city","state","zip" > > I'm certain this is pretty simple, but it's been awhile since I've used EU and > I need a bit of help... :) > > Thanks. wxedb can load tab delimited data into an eds database. Matt