Yeah, many times. If it is a well formed CSV file all you need to do is read the CSV file using a file action and assign the file to a variable. Tokenize that variable using the comma as the separator character (with all of the attending issues this brings about) and you have a Witango array ready for processing. Problems happen when the same number of columns are not in every row of the CSV file. I also prefer tab delimited files instead of comma separated because there is less chance that someone has placed a comma in a numeric field or an address field which throws tokenization into a cocked hat.
________________________________ From: GK [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 7:05 AM To: [email protected] Subject: Witango-Talk: import excel Hi. Has anyone implemented an import of an excel or csv file with witango. Thx George ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
