<div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px">Hi Luis,</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><font face="arial, sans-serif">For CSV files you can see that Physical Etoys includes Skeleton with a few changes that allow a spreadsheet to import/export csv data from external files. If you want to use that in Etoys you can load this file: <a href="http://source.squeak.org/etoysinbox/Skeleton-Richo.10.mcz">http://source.squeak.org/etoysinbox/Skeleton-Richo.10.mcz</a> and look for the &quot;data i/o&quot; category on the Skeleton spreadsheet.</font><div style="font-family:arial,sans-serif;font-size:13px">

<br></div><div style="font-family:arial,sans-serif;font-size:13px">For XML, I&#39;m afraid you&#39;ll have to get your hands dirty and write some smalltalk code :)</div><div style="font-family:arial,sans-serif;font-size:13px">

I don&#39;t know your smalltalk knowledge, but here it&#39;s a simple example that might help you get started, let me know if you need more help:</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

<div>xml := XMLDOMParser parseDocumentFrom: &#39;</div><div>&lt;note&gt;</div><div><span style="white-space:pre-wrap">        </span>&lt;to&gt;Tove&lt;/to&gt;</div><div><span style="white-space:pre-wrap">        </span>&lt;from&gt;Jani&lt;/from&gt;</div>

<div><span style="white-space:pre-wrap">        </span>&lt;heading&gt;Reminder&lt;/heading&gt;</div><div><span style="white-space:pre-wrap">        </span>&lt;body&gt;Don&#39;&#39;t forget me this weekend!&lt;/body&gt;</div><div>&lt;/note&gt;&#39; readStream.</div>

</div><div style="font-family:arial,sans-serif;font-size:13px">xml explore.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Cheers,</div><div style="font-family:arial,sans-serif;font-size:13px">

Richo</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 29, 2013 at 5:51 PM, Luis Valente <span dir="ltr">&lt;<a href="mailto:is.valente@gmail.com" target="_blank">is.valente@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<br clear="all"><div><br></div><div><div>I have a project where I need to read data that is in an external file, that file will be in CSV or XML format. I don&#39;t know how to do this nor if it is possible in Etoys? Who can give ma a hand with a detailed explanation?</div>



<div>Thank you,</div></div><br><div><br>All the best,<br>Luís Valente<div><a href="http://www.valente.org.pt" target="_blank">www.valente.org.pt</a></div>
</div></div>
<br><br>
<br></blockquote></div><br></div>