{"id":1004774,"date":"2015-09-14T05:48:45","date_gmt":"2015-09-14T12:48:45","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/"},"modified":"2015-09-29T07:05:08","modified_gmt":"2015-09-29T14:05:08","slug":"customized-csv-export","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/","title":{"rendered":"Customized CSV export"},"content":{"rendered":"<p>Hello,<\/p>\n<p>I&#8217;d like to suggest a small enhancement to the class <strong>Tribe__Events__Tickets__Tickets_Pro<\/strong> in order to customize the CSV export for custom columns. It&#8217;s very easy to implement because the filters are already defined.<\/p>\n<p>Inside the the private class method <strong>_generate_filtered_attendees_list<\/strong> add:<\/p>\n<pre><code>\n$columns = $this-&gt;attendees_table-&gt;get_columns();\n\n\/*\n* HACK -&gt; Start\n*\/\n$columns = apply_filters(&#039;manage_tribe_events_page_tickets-attendees_columns&#039;, $columns);\n\n\/*\n* HACK -&gt; End\n*\/\n<\/code><\/pre>\n<p>.. and this:<\/p>\n<pre><code>\n\/\/ Get the data\n$items = Tribe__Events__Tickets__Tickets::get_event_attendees( $event_id );\n\n\/*\n* HACK -&gt; Start\n*\/\n$items = array_map(function($item_array) use($export_columns, $columns) {\n\n      return array_reduce($export_columns, function($carry, $column) use($item_array, $columns){\n\n\t\tif(isset($item_array[$column])) {\n\t\t\t$carry[$column] = $item_array[$column];\n\t\t} else {\n\t\t\t$carry[$column] = apply_filters(&#039;tribe_events_tickets_attendees_table_column&#039;, null, $item_array, $column);\n\t\t}\n\n\t\treturn $carry;\n\t}, array());\n\n}, $items);\n\n\/*\n* HACK -&gt; End\n*\/\n<\/code><\/pre>\n<p>Can you add this feature to the next version of Events Calendar Pro?<\/p>\n","protected":false},"template":"","class_list":["post-1004774","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Customized CSV export -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Customized CSV export -\" \/>\n<meta property=\"og:description\" content=\"Hello, I&#8217;d like to suggest a small enhancement to the class Tribe__Events__Tickets__Tickets_Pro in order to customize the CSV export for custom columns. It&#8217;s very easy to implement because the filters are already defined. Inside the the private class method _generate_filtered_attendees_list add: $columns = $this-&gt;attendees_table-&gt;get_columns(); \/* * HACK -&gt; Start *\/ $columns = apply_filters(&#039;manage_tribe_events_page_tickets-attendees_columns&#039;, $columns); \/* [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-09-29T14:05:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/\",\"name\":\"Customized CSV export -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2015-09-14T12:48:45+00:00\",\"dateModified\":\"2015-09-29T14:05:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Customized CSV export\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Customized CSV export -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/","og_locale":"en_US","og_type":"article","og_title":"Customized CSV export -","og_description":"Hello, I&#8217;d like to suggest a small enhancement to the class Tribe__Events__Tickets__Tickets_Pro in order to customize the CSV export for custom columns. It&#8217;s very easy to implement because the filters are already defined. Inside the the private class method _generate_filtered_attendees_list add: $columns = $this-&gt;attendees_table-&gt;get_columns(); \/* * HACK -&gt; Start *\/ $columns = apply_filters(&#039;manage_tribe_events_page_tickets-attendees_columns&#039;, $columns); \/* [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/","article_modified_time":"2015-09-29T14:05:08+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/","name":"Customized CSV export -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2015-09-14T12:48:45+00:00","dateModified":"2015-09-29T14:05:08+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/customized-csv-export\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Customized CSV export"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1004774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1004774\/revisions"}],"predecessor-version":[{"id":1005018,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1004774\/revisions\/1005018"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1004774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}