<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>TheGuru, Author at Alteryx Guru</title>
	<atom:link href="https://alteryxguru.com/author/paolo/feed/" rel="self" type="application/rss+xml" />
	<link>https://alteryxguru.com/author/paolo/</link>
	<description>Alteryx Solutions Explained.</description>
	<lastBuildDate>Fri, 04 Nov 2022 18:58:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">134886952</site>	<item>
		<title>How to input multiple files at once in Alteryx</title>
		<link>https://alteryxguru.com/2019/10/22/how-to-input-multiple-files-at-once-in-alteryx/</link>
					<comments>https://alteryxguru.com/2019/10/22/how-to-input-multiple-files-at-once-in-alteryx/#respond</comments>
		
		<dc:creator><![CDATA[TheGuru]]></dc:creator>
		<pubDate>Wed, 23 Oct 2019 02:22:02 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[inputs]]></category>
		<guid isPermaLink="false">https://alteryxguru.com/?p=1108</guid>

					<description><![CDATA[<p>Do you need to input multiple files at once in Alteryx and the files are all the same format? Learn how to input multiple files with a single input tool!</p>
<p>The post <a rel="nofollow" href="https://alteryxguru.com/2019/10/22/how-to-input-multiple-files-at-once-in-alteryx/">How to input multiple files at once in Alteryx</a> appeared first on <a rel="nofollow" href="https://alteryxguru.com">Alteryx Guru</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-1149 size-full" src="https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?resize=1240%2C659&#038;ssl=1" alt="inputting multiple files at once with a single tool in alteryx" width="1240" height="659" srcset="https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?resize=200%2C106&amp;ssl=1 200w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?resize=300%2C159&amp;ssl=1 300w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?resize=400%2C213&amp;ssl=1 400w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?resize=600%2C319&amp;ssl=1 600w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?resize=768%2C408&amp;ssl=1 768w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?resize=800%2C425&amp;ssl=1 800w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?resize=1024%2C544&amp;ssl=1 1024w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?resize=1200%2C638&amp;ssl=1 1200w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/multiple-files-using-one-input-.png?fit=2000%2C1063&amp;ssl=1 2000w" sizes="(max-width: 1240px) 100vw, 1240px" data-recalc-dims="1" /></p>
<p>Do you need to input multiple similarly structured files into an Alteryx workflow? Does it seem <em>crazy</em> to put a bunch of input tools into the same workflow to load identically formatted files? Alteryx thought so, and they have a solution. Alteryx allows you to use a single input tool to load multiple files at once, as long as they have the same data structure.</p>
<p>In my experience, loading multiple files of the same format is a common Alteryx use case because many companies store various data sets/reports in shared storage locations over specific intervals of time (daily, weekly, monthly, quarterly, etc). The need to analyze all of this data at once occurs regularly and can be handled with ease using Alteryx. A frequent example of this is storing monthly sales reports on a shared drive.</p>
<p>Below I have outlined the two most common ways to accomplish this task.</p>
<h2>Option 1 &#8211; Use a wildcard to input multiple files at once in Alteryx</h2>
<p>The first way to accomplish this task is by utilizing a &#8220;wildcard&#8221; in your input tool configuration. To do so,  you need to configure your input tool as if you were inputting a single file, but then you replace part or all of the filename with an asterisk (*). The asterisk works as a wildcard, meaning that it matches any set of characters. When using this functionality, the input tool pulls all the files in the specified folder location that meet the wildcard criteria and unions them into a single data set. To further illustrate how it works, the screenshot below will be used as an example:</p>
<p><img decoding="async" class="alignnone size-full wp-image-1129" src="https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?resize=1240%2C352&#038;ssl=1" alt="" width="1240" height="352" srcset="https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?resize=200%2C57&amp;ssl=1 200w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?resize=300%2C85&amp;ssl=1 300w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?resize=400%2C114&amp;ssl=1 400w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?resize=600%2C170&amp;ssl=1 600w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?resize=768%2C218&amp;ssl=1 768w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?resize=800%2C227&amp;ssl=1 800w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?resize=1024%2C291&amp;ssl=1 1024w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?resize=1200%2C341&amp;ssl=1 1200w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/wildcard-input-example.png?fit=1282%2C364&amp;ssl=1 1282w" sizes="(max-width: 1240px) 100vw, 1240px" data-recalc-dims="1" /></p>
<p><span style="text-decoration: underline;">Example Wildcard (*) Functionality:</span></p>
<ul>
<li><em>C:\Users\Alteryx\Example\<strong>*.csv</strong></em> = Alteryx would input all of the &#8220;.csv&#8221; files in the folder location</li>
<li><em>C:\Users\Alteryx\Example\<strong>*2019-10-21.csv</strong></em> = Alteryx would input all of the files that end in &#8220;2019-10-21.csv&#8221;</li>
<li><em>C:\Users\Alteryx\Example\<strong>sales*.csv</strong></em> = Alteryx would input the two files that start with &#8220;sales&#8221; and end with &#8220;.csv&#8221; above.</li>
</ul>
<blockquote><p><span style="text-decoration: underline;">Note</span>: All of the files selected by the wildcard input must have matching file structures, otherwise some of the files may be selected by the input tool but will not actually load into Alteryx. Below is an example warning message you will receive when this occurs:</p>
<p>The file &#8220;C:\Users\Alteryx\Example\receiving2019-10-21.csv&#8221; has a different number of fields than the 1st file in the set and will be skipped</p>
<p>In the bullets above, only the third bullet would work as expected because it is the only data set that contains the same data structure across all files that were selected by the wildcard input.</p></blockquote>
<h2>Option 2 &#8211; Use a directory tool paired with a dynamic input tool to input multiple files at once in Alteryx</h2>
<p>Another way to pull multiple files into your Alteryx workflow without inserting an input tool for each file is by utilizing a directory tool paired with a dynamic input tool. A directory tool&#8217;s configuration prompts you to specify a folder location, and when run in Alteryx, provides a database containing details on all the files in that folder. On the other hand, a dynamic input tool allows you to dynamically pull files based on data in your Alteryx workflow. These two tools work together perfectly because you can use the directory tool to find files you want to input into your workflow, and then you can use the dynamic input tool to actually input those files.</p>
<h2>Example Alteryx workflow to input multiple files at once in Alteryx</h2>
<p>You can find an example of both options in action here: <a href="https://alteryxguru.com/wp-content/uploads/2019/10/Multiple-Input-Files.zip">Multiple Input Files Alteryx Workflow</a></p>
<h3>FAQ: Is there a way to fix the problem where some of my files have a different number of fields?</h3>
<p>If you want to input very similar files but the schemas are slightly different, you can learn how to do that here. If the word &#8220;here&#8221; is not yet hyperlinked, that means I haven&#8217;t wrote the post yet <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<h3>FAQ: This doesn&#8217;t seem to work when I try to do this with excel files. How do I do this with .xlsx files?</h3>
<p>If you are having issues dynamically inputting excel files (.xlsx), click here to learn how to solve that issue. If the word &#8220;here&#8221; is not yet hyperlinked, that means I haven&#8217;t wrote the post yet <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>If you have any questions or take a different approach to inputting multiple files, let us know in the comments below!</p>
<p>&nbsp;</p>
<div class="frm_forms  with_frm_style frm_style_formidable-style" id="frm_form_2_container" >
<form enctype="multipart/form-data" method="post" class="frm-show-form  frm_pro_form " id="form_helpful" >
<div class="frm_form_fields ">
<fieldset>
<legend class="frm_screen_reader">Was this article helpful?</legend>
<h3 class="frm_form_title">Was this article helpful?</h3>
<div class="frm_fields_container">
<input type="hidden" name="frm_action" value="create" />
<input type="hidden" name="form_id" value="2" />
<input type="hidden" name="frm_hide_fields_2" id="frm_hide_fields_2" value="" />
<input type="hidden" name="form_key" value="helpful" />
<input type="hidden" name="item_meta[0]" value="" />
<input type="hidden" id="frm_submit_entry_2" name="frm_submit_entry_2" value="c42f5158f1" /><input type="hidden" name="_wp_http_referer" value="/author/paolo/feed/" /><div id="frm_field_22_container" class="frm_form_field form-field  frm_required_field frm_none_container horizontal_radio">
    <div  id="field_y8iu4_label" class="frm_primary_label">Was this article helpful?
        <span class="frm_required">*</span>
    </div>
    <div class="frm_opt_container" aria-labelledby="field_y8iu4_label" role="radiogroup" aria-required="true">		<div class="frm_radio" id="frm_radio_22-0">			<label  for="field_y8iu4-0">
					<input type="radio" name="item_meta[22]" id="field_y8iu4-0" value="Yes"
		 data-reqmsg="Was this article helpful? cannot be blank." data-invmsg="Was this article helpful? is invalid"   /> Yes</label></div>
		<div class="frm_radio" id="frm_radio_22-1">			<label  for="field_y8iu4-1">
					<input type="radio" name="item_meta[22]" id="field_y8iu4-1" value="No"
		 data-reqmsg="Was this article helpful? cannot be blank." data-invmsg="Was this article helpful? is invalid"   /> No</label></div>
</div>
    
    
</div>
<div id="frm_field_13_container" class="frm_form_field form-field  frm_top_container">
    <label for="field_rp84j" id="field_rp84j_label" class="frm_primary_label">How can we improve this article?
        <span class="frm_required"></span>
    </label>
    <input type="text" id="field_rp84j" name="item_meta[13]" value=""  data-invmsg="Text is invalid" aria-invalid="false"  />
    
    
</div>
<input type="hidden" name="item_meta[17]" id="field_hdh5c" value="1108"  data-frmval="1108"   />
<input type="hidden" name="item_meta[23]" id="field_ey06w" value="How to input multiple files at once in Alteryx"  data-frmval="How to input multiple files at once in Alteryx"   />
	<input type="hidden" name="item_key" value="" />
			<div id="frm_field_24_container">
			<label for="field_ta2xa" >
				If you are human, leave this field blank.			</label>
			<input  id="field_ta2xa" type="text" class="frm_form_field form-field frm_verify" name="item_meta[24]" value=""  />
		</div>
		<input name="frm_state" type="hidden" value="/cRFyws4vphANzjPvcRkO7ML6FMwq2EVCa/qU/DEZZc=" /><div class="frm_submit">

<button class="frm_button_submit frm_final_submit" type="submit"  >Submit</button>

</div></div>
</fieldset>
</div>

<p style="display: none !important;"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="109"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>
</div>

<p>The post <a rel="nofollow" href="https://alteryxguru.com/2019/10/22/how-to-input-multiple-files-at-once-in-alteryx/">How to input multiple files at once in Alteryx</a> appeared first on <a rel="nofollow" href="https://alteryxguru.com">Alteryx Guru</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://alteryxguru.com/2019/10/22/how-to-input-multiple-files-at-once-in-alteryx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1108</post-id>	</item>
		<item>
		<title>How to convert a date to the first day of the week in Alteryx</title>
		<link>https://alteryxguru.com/2019/10/20/how-to-convert-a-date-to-the-first-day-of-the-week-in-alteryx/</link>
					<comments>https://alteryxguru.com/2019/10/20/how-to-convert-a-date-to-the-first-day-of-the-week-in-alteryx/#comments</comments>
		
		<dc:creator><![CDATA[TheGuru]]></dc:creator>
		<pubDate>Sun, 20 Oct 2019 16:14:43 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dates]]></category>
		<guid isPermaLink="false">https://alteryxguru.com/?p=985</guid>

					<description><![CDATA[<p>Alteryx doesn't have a built in function to calculate the first day of the week for a given date. This post contains a couple formulas you can use to convert a date to the first day of the week.</p>
<p>The post <a rel="nofollow" href="https://alteryxguru.com/2019/10/20/how-to-convert-a-date-to-the-first-day-of-the-week-in-alteryx/">How to convert a date to the first day of the week in Alteryx</a> appeared first on <a rel="nofollow" href="https://alteryxguru.com">Alteryx Guru</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="wp-image-997 size-full" src="https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?resize=1240%2C654&#038;ssl=1" alt="convert a date to a week in alteryx" width="1240" height="654" srcset="https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?resize=200%2C105&amp;ssl=1 200w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?resize=300%2C158&amp;ssl=1 300w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?resize=400%2C211&amp;ssl=1 400w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?resize=600%2C316&amp;ssl=1 600w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?resize=768%2C405&amp;ssl=1 768w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?resize=800%2C422&amp;ssl=1 800w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?resize=1024%2C540&amp;ssl=1 1024w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?resize=1200%2C633&amp;ssl=1 1200w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?w=2480&amp;ssl=1 2480w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?w=3720&amp;ssl=1 3720w, https://i0.wp.com/alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week-e1571588260451.png?fit=3840%2C2025&amp;ssl=1 3840w" sizes="(max-width: 1240px) 100vw, 1240px" data-recalc-dims="1" /></p>
<p>Alteryx doesn&#8217;t have a built in function to calculate the first day of the week for a given date. Below are a couple formulas you can use to convert a date to the first day of the week.</p>
<h4>Converting a date to the first day of the week</h4>
<p><span style="text-decoration: underline;">In Summary</span>: Use the datetimeadd() function to subtract the weekday number (%w) from the date in your data to calculate the first day of the week.</p>
<p><span style="text-decoration: underline;">In Detail</span>: You are determining the day of the week of your date as a number (ex: Sunday = 0, Monday = 1, Tuesday = 2, etc) by using the datetimeformat() function with the &#8220;%w&#8221; specifier. Then you are taking the date from your data, and subtracting the newly calculated week day number from it by using the datetimeadd() function. The end result is the first day of the week corresponding to the date in your data.</p>
<p>To have your week start on <span style="text-decoration: underline;">Sunday</span>, use the following:</p>
<div class="codecolorer-container text solarized-light" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">&nbsp;datetimeadd([example date],-tonumber(DateTimeFormat([example date],&quot;%w&quot;)), &quot;days&quot;)</div></div>
<p>To have your week start on <span style="text-decoration: underline;">Monday</span>, add an additional day:</p>
<div class="codecolorer-container text solarized-light" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">&nbsp;datetimeadd([example date],-tonumber(DateTimeFormat([example date],&quot;%w&quot;))+1, &quot;days&quot;)</div></div>
<p>You can see these two formulas in action in the attachment here: <a href="https://alteryxguru.com/wp-content/uploads/2019/10/First-Day-of-Week.zip">First Day of Week Alteryx Workflow</a></p>
<p>There are many other ways to calculate the first day of the week, but this is the one I typically use. Let us know in the comments of any additional approaches that you take!</p>
<p>&nbsp;</p>
<div class="frm_forms  with_frm_style frm_style_formidable-style" id="frm_form_2_container" >
<form enctype="multipart/form-data" method="post" class="frm-show-form  frm_pro_form " id="form_helpful" >
<div class="frm_form_fields ">
<fieldset>
<legend class="frm_screen_reader">Was this article helpful?</legend>
<h3 class="frm_form_title">Was this article helpful?</h3>
<div class="frm_fields_container">
<input type="hidden" name="frm_action" value="create" />
<input type="hidden" name="form_id" value="2" />
<input type="hidden" name="frm_hide_fields_2" id="frm_hide_fields_2" value="" />
<input type="hidden" name="form_key" value="helpful" />
<input type="hidden" name="item_meta[0]" value="" />
<input type="hidden" id="frm_submit_entry_2" name="frm_submit_entry_2" value="c42f5158f1" /><input type="hidden" name="_wp_http_referer" value="/author/paolo/feed/" /><div id="frm_field_22_container" class="frm_form_field form-field  frm_required_field frm_none_container horizontal_radio">
    <div  id="field_y8iu4_label" class="frm_primary_label">Was this article helpful?
        <span class="frm_required">*</span>
    </div>
    <div class="frm_opt_container" aria-labelledby="field_y8iu4_label" role="radiogroup" aria-required="true">		<div class="frm_radio" id="frm_radio_22-0">			<label  for="field_y8iu4-0">
					<input type="radio" name="item_meta[22]" id="field_y8iu4-0" value="Yes"
		 data-reqmsg="Was this article helpful? cannot be blank." data-invmsg="Was this article helpful? is invalid"   /> Yes</label></div>
		<div class="frm_radio" id="frm_radio_22-1">			<label  for="field_y8iu4-1">
					<input type="radio" name="item_meta[22]" id="field_y8iu4-1" value="No"
		 data-reqmsg="Was this article helpful? cannot be blank." data-invmsg="Was this article helpful? is invalid"   /> No</label></div>
</div>
    
    
</div>
<div id="frm_field_13_container" class="frm_form_field form-field  frm_top_container">
    <label for="field_rp84j" id="field_rp84j_label" class="frm_primary_label">How can we improve this article?
        <span class="frm_required"></span>
    </label>
    <input type="text" id="field_rp84j" name="item_meta[13]" value=""  data-invmsg="Text is invalid" aria-invalid="false"  />
    
    
</div>
<input type="hidden" name="item_meta[17]" id="field_hdh5c" value="985"  data-frmval="985"   />
<input type="hidden" name="item_meta[23]" id="field_ey06w" value="How to convert a date to the first day of the week in Alteryx"  data-frmval="How to convert a date to the first day of the week in Alteryx"   />
	<input type="hidden" name="item_key" value="" />
			<div id="frm_field_25_container">
			<label for="field_n81o6" >
				If you are human, leave this field blank.			</label>
			<input  id="field_n81o6" type="text" class="frm_form_field form-field frm_verify" name="item_meta[25]" value=""  />
		</div>
		<input name="frm_state" type="hidden" value="/cRFyws4vphANzjPvcRkO6kfJO9sNC9LKnY85q+ARxw=" /><div class="frm_submit">

<button class="frm_button_submit frm_final_submit" type="submit"  >Submit</button>

</div></div>
</fieldset>
</div>

<p style="display: none !important;"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_2" name="ak_js" value="204"/><script>document.getElementById( "ak_js_2" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>
</div>

<p>The post <a rel="nofollow" href="https://alteryxguru.com/2019/10/20/how-to-convert-a-date-to-the-first-day-of-the-week-in-alteryx/">How to convert a date to the first day of the week in Alteryx</a> appeared first on <a rel="nofollow" href="https://alteryxguru.com">Alteryx Guru</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://alteryxguru.com/2019/10/20/how-to-convert-a-date-to-the-first-day-of-the-week-in-alteryx/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">985</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: alteryxguru.com @ 2026-05-07 09:34:18 by W3 Total Cache
-->