Find Jobs
Hire Freelancers

CSV/Excel/XML or wp_query Export of data from wordpress

£250-750 GBP

Cerrado
Publicado hace alrededor de 5 años

£250-750 GBP

Pagado a la entrega
The website in question uses theeventscalendar pro. This plugin stores the information for events in 3 areas (custom post types) THE EVENT - THE VENUE - THE ORGANISER. All information is shown on a single event page - but is a combination of all the above. I can export data easily using a plugin called WP ALL EXPORT. But I ideally need to supply the data in a single document. At the moment all I can do is export the content in 3 separate files either as CSV, EXCEL or XML. The main export csv file for example THE EVENT can contain two 2 fields: _IDOrganiser and _IDVenue with a number. This number relates to the ID entries in the other CPTs. I have no idea how to combine this information which must happen automatically somehow after export or done through the plugin just before export. It is very annoying that the data is in multiple post types There is an option to export the data using a wp_query and this maybe the way to go - but I'm not sure how this works - can all three post types be combined to export the data in one form using a wp_query??? If anyone is confident they can help I would very much appreciate your response
ID del proyecto: 18613456

Información sobre el proyecto

29 propuestas
Proyecto remoto
Activo hace 5 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
29 freelancers están ofertando un promedio de £395 GBP por este trabajo
Avatar del usuario
Hey Phil! Thanks for the project invite. I have extensive experience with CSV files and exporting fragmented data out from WordPress. Need WP admin and CPanel access and can begin right away. I have a 99% project completion rate and a 4.99 reputation (out of max 5.0!) from more than 1150 projects from a period of 12 years. Thanks. I look forward to hearing from you! Best Regards, Rajesh Soni.
£444 GBP en 5 días
5,0 (1005 comentarios)
8,7
8,7
Avatar del usuario
Hello Sir, I am expert who understands the value of time. I pride myself in my attention to detail. I am very hard working and aim to deliver in less time than quoted. I want to make you, my employer happy without changing my bid or playing games. If you are looking for a true Freelancer, I am the Right person for you. I am available almost 24-7 and am very responsive. I feel proud that I am a trusted Freelancer who pleases almost every single client. You can rest assure, your work will be delivered well in advance of others, with passion and accuracy. I guarantee you instant communication & responses when you need me. Why choose me? I think every client is the reason for my success. I only take projects which I am sure I can do quickly and at my FIRST BID. I promise to deliver 100% Satisfaction.I have more than 5 year of experience in Data Processing, Excel, PHP, WordPress. Please ping me for more discussion.
£400 GBP en 10 días
4,9 (365 comentarios)
8,0
8,0
Avatar del usuario
Hello. Wordpress development expert ready to help you with custom query and exporting. I have more 400 good reviews and more 9 years of development experience behind, so all will be odne with best quality and timeframe. Free bugfixing support. We can always make deal on price. Tnx, and hope to hear you soon.
£277 GBP en 5 días
4,9 (554 comentarios)
8,0
8,0
Avatar del usuario
Hi, Dear Client. I am expert Web developer with high experienced data processing skills. You can check my skills from my work history and reviews. I can do it perfectly and quickly. Thanks.
£250 GBP en 3 días
5,0 (79 comentarios)
7,4
7,4
Avatar del usuario
Hello Sir, I have good knowledge of all Three file Format, CSV, EXCEL or XML. >>> yes it is possible but for that we can write own script to export data from multiple post type. I am WordPress Expert, and I have vast experience of Plugins. I'll make a Plugin so All information will shown on a single event page. and you can supply the data in a single document. I am Professional & highly experienced WordPress Plugin developer having more than 7+ year experience in Plugin development I have built more than 25+ plugin custom and premium plugin based on client requirement. Come on chat then we can discuss More. Thank you. Manish M.
£657 GBP en 10 días
4,7 (254 comentarios)
7,8
7,8
Avatar del usuario
Hi, here is the solution: use second wp_query export tab and there use this code: 'post_type' => array('tribe_organizer', 'tribe_venue', 'tribe_events' ), post_status => array('publish', 'pending', 'future', 'draft') On next page choose "All" and then export and here it is single file with all data. :) Can't bid less than 250 pounds but obviously this advice costs some 30 pounds. :) If that solution works and I am the first guy who came with ready solution you can reopen the project for that fee. Thanks, Dmitry
£250 GBP en 1 día
5,0 (160 comentarios)
7,4
7,4
Avatar del usuario
Hello How are you My name is Xu i have full time and I can start to work immediately Please contact me and do let us discuss about your project Thanks for your posting
£360 GBP en 10 días
4,9 (231 comentarios)
7,1
7,1
Avatar del usuario
Hello Sir i read your requirements carefully. i can build a new plugin for you where you can export all 3 types of data in one file. I can start work right now. Thanks
£250 GBP en 10 días
5,0 (135 comentarios)
6,5
6,5
Avatar del usuario
Hello. How are you. I have rich experiences in WordPress, PHP, Excel so that Your project caught my attention. I have read your project description carefully and i can do it. Contact me please. Thank you.
£250 GBP en 2 días
4,8 (174 comentarios)
6,5
6,5
Avatar del usuario
Client, 100% sure that I can fix your plugin and functionality of calendar. I am a developer and I can provide you solution on chat. Please come on chat I will show my work and we will have short discussion. Skills: WP, HTML, CSS Regard Gagan.
£250 GBP en 2 días
4,9 (79 comentarios)
6,7
6,7
Avatar del usuario
Hello I want to do it. Thanks
£555 GBP en 4 días
4,6 (155 comentarios)
6,4
6,4
Avatar del usuario
Hi there, I'm Matt Sergei (please call me Matt) and can help you (24 years a webmaster, 11+ years a WordPress developer). Yes, the Events Calendar Pro uses their own tables (3 as you have described) and stores the posts as custom posts in wp_posts table. Yet I believe you need just combined data for the events exported, including organizer and a venue, right? BTW plugin authors don't have any solution handy in their support forum (I've checked). WP Export All plugin can be used to export all data yet I'm not sure it can join tables. 1. Please provide me a CSV file of all three tables - it can be just first header row (with column names) and one row of actual event/organizer/venue data of each file so you can keep your events private if you wish. 2. Then please explain what fields/columns do you want to have exported in output (CSV) file. Since several events can be in one venue and several organizers can be responsible etc it is logical to not repeat this data it would be redundant. You need this so data must be combined (joined in database terminology). 3. And then I'll write a database (SQL) query to join the data you need. It can be done using wp_query though I've been thinking on writing a PHP file that you can upload and run only when you are logged in as an administrator e.g. at least this security is required. If you can guarantee payment on Wendesday I'll create a query, prepare the PHP script and help you in next 24 hours. Looking forward to your reply
£250 GBP en 2 días
5,0 (47 comentarios)
5,6
5,6
Avatar del usuario
Hi, I am PHP/MySQL coder and can help you exporting your needed data from your Wordpress database. With the correct SQL query you can fetch and export the event data, even when the information is stored in 3 different tables. Because they are related to each other. Feel free to contact me for any questions. BTW: Your budget is much too high. There's no need to pay more than £50 - 100£ for this "simple" PHP/MySQL script. My bid is £250 because I was not allowed to bid less than £250. Sincerely, Ozzy
£250 GBP en 3 días
5,0 (30 comentarios)
5,3
5,3
Avatar del usuario
you need just one query for merge these data all together. but for sure data are stored in 3 tables because there a correspondence 1 to many. so your rows will be something like: event1; Lorem ipsum; event2; another thing; event2; again another thing; if you are ok having duplicates fell free to forward me your data, tables or whatever and I will fix for you quickly. best regards
£279 GBP en 1 día
5,0 (19 comentarios)
5,4
5,4
Avatar del usuario
hi, I am very good in data entry having good typing speed as well and also very good in Excel vba, macro, chart etc. if you want to see my excel skills i can share with you some of my work on excel. I understand the value of deadline and do not compromise on quality. I feel fit myself for this project. please contact with me. Thanks.
£250 GBP en 1 día
4,8 (27 comentarios)
4,8
4,8
Avatar del usuario
Hi Hiring Manager, I understand that you need a Web Developer to help you to supply the data in a single document. That sounds interesting and feasible to me. I can start right away. I am proficient and creative WordPress developer with a strong history in website management and development. Experience in WordPress website creation, including design, plug-ins, and implementation. If I get this opportunity to work on this project, I can devote my full time to make a faster and timely delivery. Kind Regards, Andrew
£300 GBP en 8 días
5,0 (9 comentarios)
4,4
4,4
Avatar del usuario
wp-query expert from wordress yes we can do give me access High Quality + Fast Speed = Excellent Result + Business Success, this is my working style. I have gone through your Job post and I can understand your job requirement thoroughly. I have a total of 15 years of experience in Web Designing and Development and had completed a number of projects with some great graphics and User Interface so far. I have all the required skills and experience you need for the above Job. I have strong command over: * WordPress, PHP, Wordpress themeing, Plugin Development * Android and IOS all kind of mobile apps development *Responsive theme Design * HTML5, CSS3 , Jquery, Bootsrtap, Git, * Widget Development * Other CMS: Magento, Joomla, Expression Engine, Drupal etc. * I’m honest & trustworthy, dependable & fast learner. * I’ve over 7 years experience in Wordpress Website designing/development. * I am available 40 hours a week for your job. You can be assured of a quality communication and the quality of the work provided from my end. I’m looking forward to hearing from you soon. Thank you for considering my cover letter.
£325 GBP en 10 días
3,9 (7 comentarios)
3,4
3,4
Avatar del usuario
Dear Sir or Madam: I am interested in doing the job. I would like to chat for more details: INPUTS OUPUTS. I wait for your contract. Kind regards. Remote Work Guidelines of my Software Factory -Online distance working -Extreme programming, Agile methods. -Personalized service. -Full back-end and front-end programming. -Software architecture and engineering. -Expertise since 90s in business's systems Ask Portfolio Cloud services: GAE programming, Google API services Office Excel Access programming ERPs open source programming (PHP, Python) DBA, SysAdmin: MySql, PostgreSQL ASP.NET and classic programming with VS 2017 Websites Wordpress Joomla custom Access-like for buisnesses Python for ETL crawling scraping .NET VS 2017 VB.NET app SQLite DB Extract, Convert, Transform any data any format any source any target.
£555 GBP en 14 días
5,0 (3 comentarios)
2,7
2,7
Avatar del usuario
I have experience using The Events Calendar plugin for other WordPress sites. I think I'm following what you need here, but I want to be sure I'm understanding what your end goal is. Do you need a csv export of the list, or were you looking to get the list in some other final format? What is your dream-come-true end goal? If you need a csv with the aggregated data, I am sure I can put that together for you without a problem within a day or two (assuming I have access to the database). But I'd like to hear how you plan to use the information, so that perhaps we can come up with a better format for you to receive the information you're looking for. I have a lot of experience with programming, including database and WordPress integrations. If you wanted some more advanced functionality or other automation, I'd be happy to discuss that as well. I'm one of the very few freelancers who has a 95%+ English proficiency rating. If you value the ability to communicate with your team, I think I would be a valuable addition. There are any number of options available if you just want the cheapest freelancer. But if you want it done right the first time, make sure you and the freelancer are on the same wavelength. I would like to learn more about your project. The sooner the better. Please reach out and let's talk. (Freelancers can't message you unless you message us first.) I believe this project could probably be completed before the bid timer runs out, if you award it early enough.
£277 GBP en 2 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hello, I believed that I have the skill set that you need to complete this project successfully. I am using excel for almost everything in my job. I am excellent in Excel, because I know from the basic formula to the difficult one Vlookup, Pivot. Here is a little bit about my self and I am using excel to manage my job. I have strong knowledge and experience in the supply chain. I used to work for a global company in the food industry. I have the experience in managing the inventory and incoming goods for many different locations in North America. Additionally, I have experience in sourcing the productions overseas (China and Southeast Asia), analyzing the sales history and creating the sale forecasting, creating the report and supporting to the management team in making the decision. Also, I have the Business Analytic certificated from Harvard Business HBX course. I thank you for taking the time to read my letter and application. I would appreciate the opportunity to discuss more with you to understand your needs and how my qualifications will be beneficial to your project. Thank you again for your consideration, Sincerely, Thu Nguyen (Ashley)
£555 GBP en 10 días
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de UNITED KINGDOM
Southport, United Kingdom
5,0
4
Forma de pago verificada
Miembro desde feb 17, 2014

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.