<div class="gmail_quote">2009/7/29 Stephan Eggermont <span dir="ltr">&lt;<a href="mailto:stephan@stack.nl">stephan@stack.nl</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Making a Seaside application import some data from a spreadsheet in tab separated format consists of the following steps:<br>
<br>
- extract the string from a textArea;<br>
- split the string into lines;<br>
- split each line into fields;<br>
- for each wellformed line, create an object;<br>
- map each field to the object.</blockquote><div><br>Hi Stephan, it seems what I did in the Language objects:<br><br> <a title="static project url" href="http://www.squeaksource.com/LanguageInfo.html">http://www.squeaksource.com/LanguageInfo.html</a><br>
 <br>Cheers<br></div></div><br>Hernán<br><br>