Re: importing a csv file into a wonder application

2015-04-15 Thread Ray Kiddy
On Wed, 15 Apr 2015 21:11:01 -0700 "Kevin @ alchemy POP" wrote: > I've got a simple Wonder project where I want to populate the > database by importing a csv file. Before adding the data to the table > I intend to do some cleanup on it, ie, checking for unwanted > characters, etc. Is there an ap

importing a csv file into a wonder application

2015-04-15 Thread Kevin @ alchemy POP
I've got a simple Wonder project where I want to populate the database by importing a csv file. Before adding the data to the table I intend to do some cleanup on it, ie, checking for unwanted characters, etc. Is there an approved Wonder approach to reading a text file, or is it just straight j