<?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/"
	>

<channel>
	<title>CSV Importer - Documentation</title>
	<atom:link href="https://docs.myeventon.com/documentation/addons/csv-event-importer/feed/" rel="self" type="application/rss+xml" />
	<link>https://docs.myeventon.com</link>
	<description>EventON Documentation</description>
	<lastBuildDate>Fri, 21 Feb 2025 15:27:20 +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>
	<item>
		<title>How To Stop Duplicating Images In CSV Imports</title>
		<link>https://docs.myeventon.com/documentations/how-to-stop-duplicating-images-in-csv-imports/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-stop-duplicating-images-in-csv-imports</link>
		
		<dc:creator><![CDATA[Artem Barkov]]></dc:creator>
		<pubDate>Thu, 16 Jun 2022 08:20:06 +0000</pubDate>
				<guid isPermaLink="false">https://docs.myeventon.com/?post_type=document&#038;p=27767</guid>

					<description><![CDATA[<p>Migrating events from one site to another or from one calendar to your EventON calendar should be hassle-free. In order to start importing events, you will need to have at least EventON 2.6 and the CSV Event Importer addon installed. In this tutorial, we are going to be going through some steps that you can [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/how-to-stop-duplicating-images-in-csv-imports/">How To Stop Duplicating Images In CSV Imports</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Migrating events from one site to another or from one calendar to your EventON calendar should be hassle-free. In order to start importing events, you will need to have at least EventON 2.6 and the <a href="https://www.myeventon.com/addons/csv-event-importer/" target="_blank" rel="noreferrer noopener">CSV Event Importer addon</a> installed.</p>



<p>In this tutorial, we are going to be going through some steps that you can take to prevent duplicate images in your media gallery after a successful event import.</p>



<h2 class="wp-block-heading" id="formatting-csv-file">Formatting your CSV file</h2>



<p>We recommend starting off the import process by copying and modifying the <strong>sample.csv</strong> file that comes with the addon after purchase. By default, the addon accepts the following CSV columns that should be used as headers on your CSV file:</p>



<div class="wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-c0ca7d81 wp-block-group-is-layout-flex">
<ul class="wp-block-list">
<li><strong>publish_status</strong>&nbsp;&#8211; Publish status of the event:&nbsp;<em>publish | draft</em></li>



<li><strong>event_id (int)</strong>&nbsp;&#8211; Event post ID, if passed, event with this id will be updated with meta data</li>



<li><strong>featured</strong>&nbsp;&#8211; Feature an event or no eg&nbsp;<strong>yes | no</strong></li>



<li><strong>color</strong>&nbsp;&#8211; Hex color for the event without # sign</li>



<li><strong>event_name</strong>&nbsp;&#8211; Name of the event</li>



<li><strong>event_description</strong>&nbsp;&#8211; Event main description</li>



<li><strong>event_start_date &amp; event_end_date</strong>&nbsp;&#8211; Start/End date in format&nbsp;<em>mm/dd/YYYY</em></li>



<li><strong>event_start_time &amp; event_end_time</strong>&nbsp;&#8211; Start/End time in format&nbsp;<em>h:mm:AM/PM</em></li>



<li><em>Location Fields:</em>
<ul class="wp-block-list">
<li><strong>location_name</strong>&nbsp;=&gt; Event location Name</li>



<li><strong>event_location</strong>&nbsp;=&gt; Event location complete address</li>



<li><strong>evcal_location_link</strong>&nbsp;=&gt; Location Link (http://)</li>



<li><strong>evo_location_id</strong>&nbsp;=&gt; Location taxonomy term ID</li>
</ul>
</li>



<li><em>Organizer Fields:</em>
<ul class="wp-block-list">
<li><strong>event_organizer</strong>&nbsp;=&gt; Organizer Name</li>



<li><strong>evcal_org_contact</strong>&nbsp;=&gt; Organizer contact information eg. email</li>



<li><strong>evcal_org_address</strong>&nbsp;=&gt; Organizer location address</li>



<li><strong>evcal_org_exlink</strong>&nbsp;=&gt; Organizer external link (http://)</li>



<li><strong>evo_organizer_id</strong>&nbsp;=&gt; Organizer taxonomy term ID</li>
</ul>
</li>



<li><strong>event_gmap</strong>&nbsp;&#8211; Generate google maps from address. eg&nbsp;<strong>yes | no</strong></li>



<li><strong>evcal_subtitle</strong>&nbsp;&#8211; Event Subtitle</li>



<li><strong>all_day</strong>&nbsp;&#8211; All day event eg.&nbsp;<strong>yes | no</strong></li>



<li><strong>hide end time</strong>&nbsp;-Hide end time for event eg.&nbsp;<strong>yes | no</strong></li>



<li><strong>event_type categories</strong>&nbsp;&#8211; Event type category term IDs separated by commas eg. 4,19. You can add up to 5 event type categories in separate columns with column headers in format&nbsp;event_type, event_type_2,<strong> etc.</strong></li>



<li><em>Custom Meta Fields:</em>
<ul class="wp-block-list">
<li><strong>cmd_{x}&nbsp;</strong>=&gt; Custom meta data values. You can add upto 10 custom meta field values with sepeate columns with column headers in&nbsp;<strong>format cmd_{x}</strong></li>



<li><strong>cmd_{x}L</strong>&nbsp;=&gt; can be used for custom field button url data</li>
</ul>
</li>



<li><strong>image_url&nbsp;</strong>&#8211; Complete http:// url to an image from external source</li>



<li><strong>image_id&nbsp;</strong>&#8211; (integer) existing attachment ID from wordpress site you are importing events to</li>



<li><strong>evcal_lmlink&nbsp;</strong>&#8211; Learn more link (http)</li>



<li><strong>evcal_lmlink_target&nbsp;</strong>&#8211; Learn more link open in new window&nbsp;<strong>yes | no</strong></li>



<li><em>User Interaction Fields:</em>
<ul class="wp-block-list">
<li><strong>_evcal_exlink_option</strong>&nbsp;=&gt; UX_val from 1-4 (integer)</li>



<li><strong>evcal_exlink</strong>&nbsp;=&gt; UX_VAL link to event URL (http://)</li>



<li><strong>_evcal_exlink_target</strong>&nbsp;=&gt; UX_val link open in new window&nbsp;<strong>yes | no</strong></li>
</ul>
</li>



<li><em>ActionUser Compatible Fields:&nbsp;</em>
<ul class="wp-block-list">
<li><em><strong>evoau_assignu</strong>&nbsp;=&gt; User IDs seperated by comma to assign users to events</em></li>
</ul>
</li>
</ul>
</div>



<p>If the event images already exist in your media gallery, you should exclude the <strong>image_url</strong> column in your CSV file. This option downloads the image from the provided link and imports it to your media gallery hence causing multiple occurrences of the same images.</p>



<p>You should<strong> ONLY</strong> make use of the <strong>image_id</strong> column in your CSV file and populate this with the attachment ids of the images that exist on your media gallery.</p>



<h2 class="wp-block-heading" id="get-attachment-id">How to get the attachment ID</h2>



<ol class="wp-block-list">
<li>Head over to your media library by clicking on <strong>Media &gt; Library</strong>.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img fetchpriority="high" decoding="async" width="649" height="685" src="https://docs.myeventon.com/wp-content/uploads/2022/06/Screenshot-2025-01-22-at-23.14.08.jpg" alt="" class="wp-image-29031" srcset="https://docs.myeventon.com/wp-content/uploads/2022/06/Screenshot-2025-01-22-at-23.14.08.jpg 649w, https://docs.myeventon.com/wp-content/uploads/2022/06/Screenshot-2025-01-22-at-23.14.08-284x300.jpg 284w" sizes="(max-width: 649px) 100vw, 649px" /></figure>
</div>


<p>2. Switch to the <strong>List view</strong>.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="649" height="671" src="https://docs.myeventon.com/wp-content/uploads/2022/06/Screenshot-2025-01-22-at-23.15.05.jpg" alt="" class="wp-image-29033" srcset="https://docs.myeventon.com/wp-content/uploads/2022/06/Screenshot-2025-01-22-at-23.15.05.jpg 649w, https://docs.myeventon.com/wp-content/uploads/2022/06/Screenshot-2025-01-22-at-23.15.05-290x300.jpg 290w" sizes="(max-width: 649px) 100vw, 649px" /></figure>
</div>


<p>3. Hover / Mouse over the image that you would like to import and check the number that is displayed at the bottom left of the page.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="649" height="584" src="https://docs.myeventon.com/wp-content/uploads/2022/06/Screenshot-2025-01-22-at-23.16.15.jpg" alt="" class="wp-image-29034" srcset="https://docs.myeventon.com/wp-content/uploads/2022/06/Screenshot-2025-01-22-at-23.16.15.jpg 649w, https://docs.myeventon.com/wp-content/uploads/2022/06/Screenshot-2025-01-22-at-23.16.15-300x270.jpg 300w" sizes="(max-width: 649px) 100vw, 649px" /></figure>
</div>


<p>You can use 30592 as the <strong>image_id</strong> in your import file and this will ensure that there are no duplicates after the import.</p>



<p>For additional import troubleshooting tips, please go through the following guide: <a rel="noreferrer noopener" href="https://docs.myeventon.com/documentations/what-to-check-if-csv-importer-not-working/" target="_blank">How to Troubleshoot CSV Import Issues</a>.</p><p>The post <a href="https://docs.myeventon.com/documentations/how-to-stop-duplicating-images-in-csv-imports/">How To Stop Duplicating Images In CSV Imports</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Import Additional Fields Using Hooks</title>
		<link>https://docs.myeventon.com/documentations/import-additional-fields-using-hooks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=import-additional-fields-using-hooks</link>
		
		<dc:creator><![CDATA[Artem Barkov]]></dc:creator>
		<pubDate>Thu, 25 Feb 2016 21:22:04 +0000</pubDate>
				<guid isPermaLink="false">http://www.myeventon.com/?post_type=document&#038;p=16307</guid>

					<description><![CDATA[<p>In order to support custom Event field columns in the CSV file, you&#8217;ll need to add some code to your site. The code tells EventON to expect some additional columns during the import process. This tutorial is intended for advanced users and you might have to reach out to your developer for some help in [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/import-additional-fields-using-hooks/">Import Additional Fields Using Hooks</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>In order to support custom Event field columns in the CSV file, you&#8217;ll need to add some code to your site. The code tells EventON to expect some additional columns during the import process.</p>



<p>This tutorial is intended for advanced users and you might have to reach out to your developer for some help in adding this code. The code should be added to your theme&#8217;s <strong>functions.php</strong> file.</p>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff"><svg xmlns="http://www.w3.org/2000/svg" width="54" height="14" viewBox="0 0 54 14"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><circle cx="6" cy="6" r="6" fill="#FF5F56" stroke="#E0443E" stroke-width=".5"></circle><circle cx="26" cy="6" r="6" fill="#FFBD2E" stroke="#DEA123" stroke-width=".5"></circle><circle cx="46" cy="6" r="6" fill="#27C93F" stroke="#1AAB29" stroke-width=".5"></circle></g></svg></span><span role="button" tabindex="0" data-code="add_filter('evocsv_additional_csv_fields', 'evocsv_function1', 10, 1);
function evocsv_function1($array){
  $array['newfield'] = 'newfield';
  return $array;
}" style="color:#d8dee9ff;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path></svg></span><pre class="shiki nord" style="background-color: #2e3440ff" tabindex="0"><code><span class="line"><span style="color: #88C0D0">add_filter</span><span style="color: #ECEFF4">(</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">evocsv_additional_csv_fields</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">evocsv_function1</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">10</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">1</span><span style="color: #ECEFF4">)</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #81A1C1">function</span><span style="color: #D8DEE9FF"> </span><span style="color: #88C0D0">evocsv_function1</span><span style="color: #ECEFF4">(</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">array</span><span style="color: #ECEFF4">){</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">array</span><span style="color: #ECEFF4">[</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">newfield</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">]</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">newfield</span><span style="color: #ECEFF4">&#39;</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #81A1C1">return</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">array</span><span style="color: #81A1C1">;</span></span>
<span class="line"><span style="color: #ECEFF4">}</span></span></code></pre></div>



<p>Action to perform to import the new data from CSV file into event</p>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff"><svg xmlns="http://www.w3.org/2000/svg" width="54" height="14" viewBox="0 0 54 14"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><circle cx="6" cy="6" r="6" fill="#FF5F56" stroke="#E0443E" stroke-width=".5"></circle><circle cx="26" cy="6" r="6" fill="#FFBD2E" stroke="#DEA123" stroke-width=".5"></circle><circle cx="46" cy="6" r="6" fill="#27C93F" stroke="#1AAB29" stroke-width=".5"></circle></g></svg></span><span role="button" tabindex="0" data-code="add_action('evocsv_save_event_custom_data','evocsv_function2', 10, 3);

function evocsv_function2($eventID, $postdata, $field){

  if($field == 'newfield' &amp;&amp; isset( $postdata[$field]) ){

    update_post_meta($eventID, '_field_var_name', $postdata[$field]);

  }

}" style="color:#d8dee9ff;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path></svg></span><pre class="shiki nord" style="background-color: #2e3440ff" tabindex="0"><code><span class="line"><span style="color: #88C0D0">add_action</span><span style="color: #ECEFF4">(</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">evocsv_save_event_custom_data</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">evocsv_function2</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">10</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #B48EAD">3</span><span style="color: #ECEFF4">)</span><span style="color: #81A1C1">;</span></span>
<span class="line"></span>
<span class="line"><span style="color: #81A1C1">function</span><span style="color: #D8DEE9FF"> </span><span style="color: #88C0D0">evocsv_function2</span><span style="color: #ECEFF4">(</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">eventID</span><span style="color: #ECEFF4">,</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">postdata</span><span style="color: #ECEFF4">,</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">field</span><span style="color: #ECEFF4">){</span></span>
<span class="line"></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #81A1C1">if</span><span style="color: #ECEFF4">(</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">field</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">==</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">newfield</span><span style="color: #ECEFF4">&#39;</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">&amp;&amp;</span><span style="color: #D8DEE9FF"> </span><span style="color: #81A1C1">isset</span><span style="color: #ECEFF4">(</span><span style="color: #88C0D0"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">postdata</span><span style="color: #ECEFF4">[</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">field</span><span style="color: #ECEFF4">])</span><span style="color: #D8DEE9FF"> </span><span style="color: #ECEFF4">){</span></span>
<span class="line"></span>
<span class="line"><span style="color: #D8DEE9FF">    </span><span style="color: #88C0D0">update_post_meta</span><span style="color: #ECEFF4">(</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">eventID</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #ECEFF4">&#39;</span><span style="color: #A3BE8C">_field_var_name</span><span style="color: #ECEFF4">&#39;</span><span style="color: #ECEFF4">,</span><span style="color: #88C0D0"> </span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">postdata</span><span style="color: #ECEFF4">[</span><span style="color: #81A1C1">$</span><span style="color: #D8DEE9">field</span><span style="color: #ECEFF4">])</span><span style="color: #81A1C1">;</span></span>
<span class="line"></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #ECEFF4">}</span></span>
<span class="line"></span>
<span class="line"><span style="color: #ECEFF4">}</span></span></code></pre></div>



<p>In the CSV file create a new column with the header matching the field name eg. <strong>newfield</strong> and enter the values that you want to import</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="http://www.myeventon.com/wp-content/uploads/2016/02/Capture-1.png" alt="" class="wp-image-23087"/></figure>
</div>


<p>The new field column would look like the above image when the CSV file is opened in Microsoft Excel. The CSV file column name must match the field name set in the above example. (newfield)</p>



<p><strong>Requires</strong> CSV importer version 1.0 and or newer.</p><p>The post <a href="https://docs.myeventon.com/documentations/import-additional-fields-using-hooks/">Import Additional Fields Using Hooks</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>** How to Troubleshoot CSV Import Issues</title>
		<link>https://docs.myeventon.com/documentations/what-to-check-if-csv-importer-not-working/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-to-check-if-csv-importer-not-working</link>
		
		<dc:creator><![CDATA[Artem Barkov]]></dc:creator>
		<pubDate>Tue, 19 May 2015 14:11:40 +0000</pubDate>
				<guid isPermaLink="false">http://www.myeventon.com/?post_type=document&#038;p=11286</guid>

					<description><![CDATA[<p>During the process of importing events, you might run into an error that might prevent the process from completing successfully. We are going to discuss some of the common import errors that our team has come across. Here are a couple of things you can do if your CSV file does not show any results [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/what-to-check-if-csv-importer-not-working/">** How to Troubleshoot CSV Import Issues</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>During the process of importing events, you might run into an error that might prevent the process from completing successfully. We are going to discuss some of the common import errors that our team has come across.</p>



<p>Here are a couple of things you can do if your CSV file does not show any results in step 2 of the import process. (below is a screenshot of the expected interface on step 2 using the sample.csv included)</p>


<div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="650" height="699" src="https://docs.myeventon.com/wp-content/uploads/2015/05/Screenshot-2024-12-28-at-00.42.13.jpg" alt="" class="wp-image-28730" srcset="https://docs.myeventon.com/wp-content/uploads/2015/05/Screenshot-2024-12-28-at-00.42.13.jpg 650w, https://docs.myeventon.com/wp-content/uploads/2015/05/Screenshot-2024-12-28-at-00.42.13-279x300.jpg 279w" sizes="auto, (max-width: 650px) 100vw, 650px" /></figure>
</div>


<p></p>



<h2 class="wp-block-heading">Step 1: Check if data formats are correct</h2>



<p>If you go to <strong>EventON &gt; CSV Import, </strong>you can check the supported file formats by clicking on the yellow GUIDE FOR CSV FILE button.</p>


<div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="650" height="570" src="https://docs.myeventon.com/wp-content/uploads/2015/05/Screenshot-2024-12-28-at-00.41.28.jpg" alt="" class="wp-image-28728" srcset="https://docs.myeventon.com/wp-content/uploads/2015/05/Screenshot-2024-12-28-at-00.41.28.jpg 650w, https://docs.myeventon.com/wp-content/uploads/2015/05/Screenshot-2024-12-28-at-00.41.28-300x263.jpg 300w" sizes="auto, (max-width: 650px) 100vw, 650px" /></figure>
</div>


<p></p>



<p>Please ensure that the date and format match the recommended format:</p>


<div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="1012" height="292" src="https://docs.myeventon.com/wp-content/uploads/2015/05/CSV-Import-‹-C-2.png" alt="" class="wp-image-27437" srcset="https://docs.myeventon.com/wp-content/uploads/2015/05/CSV-Import-‹-C-2.png 1012w, https://docs.myeventon.com/wp-content/uploads/2015/05/CSV-Import-‹-C-2-300x87.png 300w, https://docs.myeventon.com/wp-content/uploads/2015/05/CSV-Import-‹-C-2-768x222.png 768w" sizes="auto, (max-width: 1012px) 100vw, 1012px" /></figure>
</div>


<p></p>



<h2 class="wp-block-heading">Step 2: Check CSV file</h2>



<p>Open the CSV file with notepad or another text editor program and make sure you have&nbsp;<strong>comma delimited&nbsp;</strong>data (separated by commas)</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="http://www.myeventon.com/wp-content/uploads/2015/05/Capture1.png" alt="Capture" class="wp-image-11288"/></figure>
</div>


<p></p>



<h2 class="wp-block-heading">Step 3: Import the data in batches</h2>



<p>If you have 300 events in your CSV file and the import fails, open your CSV file in Excel or another CSV file editor and delete some of the rows and test whether importing the data in chunks will work.</p>



<p>For example, if the CSV works after you delete all the rows after the 9th one, this means you have an incorrect data format or there are unnecessary commas separating data.</p>



<p>You have to pay very close attention to the data entered to detect the error. Because an extra comma or 2015 written ad 15 for can prevent successful imports.</p>



<p>We also recommend using the following online tool to check for any errors in your CSV file: <a href="https://csvlint.io/">CSV Lint</a></p><p>The post <a href="https://docs.myeventon.com/documentations/what-to-check-if-csv-importer-not-working/">** How to Troubleshoot CSV Import Issues</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Changelog for CSV Importer</title>
		<link>https://docs.myeventon.com/documentations/changelog-csv-importer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=changelog-csv-importer</link>
		
		<dc:creator><![CDATA[Ashan Perera]]></dc:creator>
		<pubDate>Wed, 21 May 2014 05:07:09 +0000</pubDate>
				<guid isPermaLink="false">http://www.myeventon.com/?post_type=document&#038;p=4910</guid>

					<description><![CDATA[<p>v 1.1.10 (2024-3-5) ADDED: support for repeat event data ADDED: support for new event time extended type FIXED: filetype value for upload_image() UPDATE: evcal_allday value is no longer supported; use extend_type= dl/ml/yl v 1.1.9 (2022-3-9) FIXED: subtitle and other fields with apostrophe added extra blackslashes when imported FIXED: organizer ID value not saving the organizer [&#8230;]</p>
<p>The post <a href="https://docs.myeventon.com/documentations/changelog-csv-importer/">Changelog for CSV Importer</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>v 1.1.10 (2024-3-5)</strong><br />
ADDED: support for repeat event data<br />
ADDED: support for new event time extended type<br />
FIXED: filetype value for upload_image()<br />
UPDATE: evcal_allday value is no longer supported; use extend_type= dl/ml/yl</p>
<p><strong>v 1.1.9 (2022-3-9)</strong><br />
FIXED: subtitle and other fields with apostrophe added extra blackslashes when imported<br />
FIXED: organizer ID value not saving the organizer correct<br />
FIXED: initiation addon name error<br />
FIXED: to not save event_id to event post meta<br />
FIXED: imported time converting to AM PM<br />
FIXED: unnecessarily adding slashes multiple times</p>
<p><strong>v 1.1.8 (2019-8-26)</strong><br />
ADDED: updating existing events to update event name, description and post status<br />
FIXED: each hidden fields error on import<br />
FIXED: location and organizer ID passed via CSV not importing<br />
FIXED: updating existing events creating new fields</p>
<p><strong>v 1.1.7 (2018-10-10)</strong><br />
ADDED: Support for date fields going in with 2 digit year values</p>
<p><strong>v 1.1.6 (2018-2-21)</strong><br />
ADDED: Ability to update events using event_id variable<br />
ADDED: evocsv_fetched_event_data pluggable filter support<br />
FIXED: event type IDs not importing</p>
<p><strong>v 1.1.5 (2017-7-7)</strong><br />
ADDED: support for importing event types using string values</p>
<p><strong>v 1.1.4 (2017-5-23)</strong><br />
FIXED: Organizer ID importing not working<br />
FIXED: Organizer name not saving correct for events<br />
FIXED: organizer and location not saving is location ID given in CSV<br />
FIXED: PHP 7.0 compatibility causing events to not import correct<br />
UPDATED: Addon initiation process</p>
<p><strong>v 1.1.3 (2016-10-10)</strong><br />
UPDATED: Compatibility with eventON 2.4.7</p>
<p><strong>v 1.1.2 (2016-9-27)</strong><br />
FIXED: Organizer ID field not importing values<br />
UPDATED: Filter for importing date format customization</p>
<p><strong>v 1.1.1 (2016-9-6)</strong><br />
FIXED: yes no fields not saving values correct on import</p>
<p><strong>v 1.1 (2016-8-23)</strong><br />
ADDED: Location to generate and save lat/lon information if address provided<br />
ADDED: Support for image ID for already existing images<br />
FIXED: Link to view all imported events<br />
FIXED: Event name and location with quotation marks<br />
FIXED: Location and organizer values not saving<br />
FIXED: Foolproof incorrectly passed publish status values<br />
FIXED: Correct escaping for HTML characters for eventon 2.4.4 export events<br />
UPDATED: If yes no field value not passed save as no<br />
UPDATED: If location or organizer taxonomy ID passed not save string values<br />
UPDATED: Importing to use html_entity_decode() when importing event data<br />
REQUIRED: EventON 2.4.4</p>
<p><strong>v 1.0 (2016-2-19)</strong><br />
ADDED: Ajax based importing system<br />
ADDED: location and organizer can be set with term ID<br />
ADDED: Support for actionUser assign users to events using user IDs<br />
FIXED: csv file larger than 50 rows breaking the system<br />
FIXED: event_gmap set to no value not saving<br />
FIXED: Learn more link not saving correct<br />
FIXED: Subtitles field not saving<br />
FIXED: html character parsing for csv field values<br />
FIXED: event colors with # breaking tile view and not saving color correct<br />
FIXED: location and organizer field compatibility with eventon 2.3.18 up<br />
FIXED: adding location and organizers can now be selectable in drop down<br />
UPDATED: addslashes filtering to importing field values<br />
UPDATED: Guide lightbox content</p>
<p><strong>v.0.18 (2015-10-5)</strong><br />
FIXED: Importing breaks when event color not set</p>
<p><strong>0.17 (2015-9-15)</strong><br />
ADDED: Support to import event images<br />
ADDED: learnmore link support<br />
ADDED: UX_val field support<br />
ADDED: Subtitle field support<br />
ADDED: custom meta field button link field support</p>
<p><strong>0.16 (2015-7-20)</strong><br />
FIXED: settings UI issues<br />
FIXED: Backend settings styles not loading to page</p>
<p><strong>v0.15 (2015-2-19)</strong><br />
ADDED: Support for all event type categories<br />
ADDED: Support for all custom meta data fields for events<br />
ADDED: Support for event color, featured events, and hide end time<br />
ADDED: settings link to plugins page<br />
FIXED: Events saving as schedules<br />
UPDATED: Events data without end time can now be used in CSV</p>
<p><strong>v0.14 (2014-9-18)</strong><br />
FIXED: Addon initial check and compatibility with eventon 2.2.18 up</p>
<p><strong>v0.13(2014-6-3)</strong><br />
FIXED: CSV not showing in addons page<br />
ADDED: category, location name, all day events field support</p>
<p><strong>v0.12 (2014-6-1)</strong><br />
UPDATED: Compatility with eveton 2.2.12</p>
<p><strong>v0.11 (2014-5-20)</strong><br />
FIXED: slowness in wp-admin</p>
<p><strong>v0.10 (2014-2-13)</strong><br />
FIXED: EventON auto update error caused by addons and compatibility to eventON 2.2.7</p>
<p><strong>v0.9 (2013 -11-21)</strong><br />
UPDATED: eventON 2.2 compatibility</p>
<p><strong>v0.8 (2013-10-16)</strong><br />
FIXED: Event date importing in incorrect formats</p>
<p><strong>v0.7 (2013-9-27)</strong><br />
FIXED: missing images and styles<br />
FIXED: Event Time importing</p>
<p><strong>v0.6 (2013-9-18)</strong><br />
FIXED: Csv importer tab not showing up for some<br />
FIXED: Event dates not saving issue<br />
UPDATED: Compatibility to eventON 2.1.18<br />
ADDED: new software version reminder for all plugins page<br />
UPDATED: Deactivation and activation plugin details inclusion to eventON addons list</p>
<p><strong>v0.5 (2013-8-14)</strong><br />
ADDED: the ability to set event publish status support to CSV<br />
ADDED: event time fields for start and end of event &#8211; all the time values are required to save event times<br />
ADDED: event orgaizer field capabilities support to CSV<br />
ADDED: event google map generation value support to CSV<br />
FIXED: aphostrophe containing values for event description can now be passed<br />
TWEAKED: monir UI improvements</p>
<p><strong>v 0.4 (2013-8-8)</strong><br />
TWEAKED: Compatibility to eventON 2.1.14</p>
<p><strong>v 0.3</strong><br />
UPDATED: Converted to a WP plugin as oppose to an addon to eventon</p>
<p><strong>v 0.2</strong></p>
<p><strong>v 0.1</strong><br />
Initial release</p><p>The post <a href="https://docs.myeventon.com/documentations/changelog-csv-importer/">Changelog for CSV Importer</a> first appeared on <a href="https://docs.myeventon.com">Documentation</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
