<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Data from Google Spreadsheets into Isadora]]></title><description><![CDATA[<p dir="auto">I am trying to pull numerical data from a google spreadsheet into Isadora.</p>
<div>From what I see, the options are either to write a patch in MaxMsp or Processing that imports the data from the google doc, then output it to isadora as graphic through syphon, or to somehow convert the data from the google doc into a text file and use the data array actor.</div>
<div>I'm looking for the quickest way, with the lowest level of programming needed.</div>
<div>Has anyone dealt with this before and maybe has a patch that's easy to adapt?</div>
<div>Thanks</div>]]></description><link>https://community.troikatronix.com/topic/1440/data-from-google-spreadsheets-into-isadora</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 16:36:49 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/1440.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Aug 2014 18:28:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Data from Google Spreadsheets into Isadora on Thu, 28 Aug 2014 05:03:07 GMT]]></title><description><![CDATA[<p dir="auto">Well if its necessary to be live data, then using the the TCP-ip actors is a good option.<br />
You would need to make the spreadsheet a publicly accessible page (for viewing only).</p>
<div>This way you can grab the data with the TCP-IP acotrs (assuming that the data isn't loaded via ajax, that might cause a problem).  
Then pass the whole string to a Javascript actor for easy parsing.  
<p dir="auto">see may tutorial on TCP-IP here: <a href="http://dusxproductions.com/blog/web-apis-in-isadora-part-1/" rel="nofollow ugc">http://dusxproductions.com/blog/web-apis-in-isadora-part-1/</a></p>
<p dir="auto"><u>note</u>, that the actors have changed a bit in 2.0 but it still works the same for the most part.</p></div><p></p>
]]></description><link>https://community.troikatronix.com/post/12457</link><guid isPermaLink="true">https://community.troikatronix.com/post/12457</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Thu, 28 Aug 2014 05:03:07 GMT</pubDate></item><item><title><![CDATA[Reply to Data from Google Spreadsheets into Isadora on Wed, 27 Aug 2014 18:46:05 GMT]]></title><description><![CDATA[<p dir="auto">Just got 2.0, so I'm eager to see what that has in store.</p>
<div>Thanks for the patch, Ian. It's good to know that the data array actor can work with .tsv files.</div>
<div>I'll still need to code something that will automatically save the google spreadsheet to .tsv periodically.</div>
<div>I failed to mention that this is a live updating spreadsheet and I want to get the data projected live, with minimal human intervention.</div>]]></description><link>https://community.troikatronix.com/post/12454</link><guid isPermaLink="true">https://community.troikatronix.com/post/12454</guid><dc:creator><![CDATA[martin]]></dc:creator><pubDate>Wed, 27 Aug 2014 18:46:05 GMT</pubDate></item><item><title><![CDATA[Reply to Data from Google Spreadsheets into Isadora on Tue, 26 Aug 2014 05:52:56 GMT]]></title><description><![CDATA[<p dir="auto">Getting the data live would require using the TCP-IP actors, and passing the returned text to either Javascript or a text actor of some type.<br />
If possible, I think <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/183">@ian</a> idea is great! It really makes it much simpler.</p>
]]></description><link>https://community.troikatronix.com/post/12413</link><guid isPermaLink="true">https://community.troikatronix.com/post/12413</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Tue, 26 Aug 2014 05:52:56 GMT</pubDate></item><item><title><![CDATA[Reply to Data from Google Spreadsheets into Isadora on Mon, 25 Aug 2014 22:32:40 GMT]]></title><description><![CDATA[<p dir="auto">If it's fine to export the document from google docs, you can also simply export the data from a google spreadsheet as a tab separated value (.tsv) file (which works just like a .txt file) and open that file using the data array actor as you normally would.</p>
<p dir="auto">Here's a data array patch example using a test file downloaded as a .tsv...</p>
<p dir="auto">And as <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@Dusx</a> suggests using  Javascript in 2.0 would let you pull the data directly from your live documents...</p>
<p dir="auto"><a href="/uploads/files/FileUpload/a3/c3301e-google-spreadsheet-data-array.izz">c3301e-google-spreadsheet-data-array.izz</a> <a href="/uploads/files/FileUpload/09/232821-sheet1.txt">232821-sheet1.txt</a></p>
]]></description><link>https://community.troikatronix.com/post/12390</link><guid isPermaLink="true">https://community.troikatronix.com/post/12390</guid><dc:creator><![CDATA[ian]]></dc:creator><pubDate>Mon, 25 Aug 2014 22:32:40 GMT</pubDate></item><item><title><![CDATA[Reply to Data from Google Spreadsheets into Isadora on Mon, 25 Aug 2014 19:29:40 GMT]]></title><description><![CDATA[<p dir="auto">I would suggest that easier methods exist with Isadora 2.0 and the use of Javascript.</p>
]]></description><link>https://community.troikatronix.com/post/12389</link><guid isPermaLink="true">https://community.troikatronix.com/post/12389</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Mon, 25 Aug 2014 19:29:40 GMT</pubDate></item></channel></rss>