<?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[Create text layer from filename]]></title><description><![CDATA[<p dir="auto">Would it be possible to use a SINGLE COLUMN from Google Sheets and to feed both an IMAGE SOURCE and TEXT LAYER.</p>
<p dir="auto">For example…</p>
<p dir="auto">“HELLO.png” is linked by Templater Settings to both an IMAGE LAYER and a TEXT LAYER</p>
<p dir="auto">The TEXT LAYER would have to be able to strip out the “.png” to just become “HELLO”</p>
<p dir="auto">Any help would be super appreciated!</p>
]]></description><link>https://forums.dataclay.com/topic/266/create-text-layer-from-filename</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 10:36:27 GMT</lastBuildDate><atom:link href="https://forums.dataclay.com/topic/266.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Nov 2022 10:12:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Create text layer from filename on Thu, 03 Nov 2022 14:32:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/unclemonty">@<bdi>unclemonty</bdi></a></p>
<p dir="auto">It seems like you’ve already found a solution, but I wanted to chime in and say that it should, theoretically, be possible to map the same value to both a footage and text layer simultaneously. In this case, the footage layer should be swapped out, and the text layer should be replaced with the filename present in the cell.</p>
<p dir="auto">As you noted, you’d need to use an expression to strip out any subfolder information or file extensions, but from a theoretical standpoint, it should work.</p>
<p dir="auto">If you have any other questions or run into any problems, let us know, and we’ll do whatever we can to get you up and running.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forums.dataclay.com/post/819</link><guid isPermaLink="true">https://forums.dataclay.com/post/819</guid><dc:creator><![CDATA[Jeff]]></dc:creator><pubDate>Thu, 03 Nov 2022 14:32:42 GMT</pubDate></item><item><title><![CDATA[Reply to Create text layer from filename on Thu, 03 Nov 2022 10:22:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/unclemonty">@<bdi>unclemonty</bdi></a> Just replying to myself because I think I’ve worked it out.</p>
<p dir="auto">The TEXT LAYER needs the following expression on the Source Text to remove the last 4 characters of the file extention…</p>
<p dir="auto">x = text.sourceText.length-4<br />
text.sourceText.substr(0,x)</p>
]]></description><link>https://forums.dataclay.com/post/818</link><guid isPermaLink="true">https://forums.dataclay.com/post/818</guid><dc:creator><![CDATA[UncleMonty]]></dc:creator><pubDate>Thu, 03 Nov 2022 10:22:53 GMT</pubDate></item></channel></rss>