Re: I have searched and searched for a CSV Importer that does the following.

2013-04-23 Thread Shawn Milochik
On Tue, Apr 23, 2013 at 10:37 AM, Derek wrote: > > Yes, this is what I did; it is a significant amount of work to create such > a facility and I would have been glad if someone had done this already! > > Of course, linking fields to column headers is the very simple part of it > - you still need

Re: I have searched and searched for a CSV Importer that does the following.

2013-04-23 Thread Derek
Yes, this is what I did; it is a significant amount of work to create such a facility and I would have been glad if someone had done this already! Of course, linking fields to column headers is the very simple part of it - you still need to load rows of data items; validate each-and-every ite

Re: I have searched and searched for a CSV Importer that does the following.

2013-04-22 Thread Avraham Serour
looks like you'll have to write something like this yourself, it doesn't seem hard to make a page presenting the user with an option before loading the file and then using just one column On Mon, Apr 22, 2013 at 5:47 PM, sparky wrote: > I have searched and searched for a CSV Importer that does