1. loading flat file into .eds db
- Posted by Chris S <chris_saik at yahoo.com> May 01, 2007
- 477 views
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.
2. Re: loading flat file into .eds db
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> May 01, 2007
- 477 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
3. Re: loading flat file into .eds db
- Posted by Chris S <chris_saik at yahoo.com> May 01, 2007
- 480 views
Matt Lewis wrote: > > wxedb can load tab delimited data into an eds database. > > Matt Thanks Matt. I'll check it out.