Find Jobs
Hire Freelancers

Basic PHP script to filter out unwanted records from CSV file

$10-30 USD

Completed
Posted over 5 years ago

$10-30 USD

Paid on delivery
Hi all, I'm a PHP programmer, but I don't have time this weekend. This is entry level programming work. The goal is to take a CSV file and filter some records. Step 1: Write a basic HTML page that accepts the upload of a CSV file. Step 2: Using PHP, analyze the first column called "title" and compare records against a predefined array of keywords. If any of our keywords are contained in the field, filter the record from our final output. Example: a field is "Lunch bag, dark blue" and one of our keywords of the array is "bag", then this entire record should be removed from final output. Step 3. Using PHP, analyze the 'replyEmail' column against an array of email address. If any of them completely match, filter the record. Step 4: Output new CSV file to the browser, or as a download. Price is important, as it's not going to take much time and I can go over your work at the end to fix any issue. Here is a stackoverflow topic that might assist you: [login to view URL]
Project ID: 18041221

About the project

31 proposals
Remote project
Active 5 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hi, do you really need to upload it? All that can be done in browser via js . I'm fullstack dev, so can do both ways
$15 USD in 0 day
4.9 (45 reviews)
5.5
5.5
31 freelancers are bidding on average $32 USD for this job
User Avatar
hello sir i am expert in php i am able to do this work you will satisfy with my work i can do this work asap this simple work for me thank you
$30 USD in 0 day
4.9 (262 reviews)
7.1
7.1
User Avatar
Hi, I am available here to start the work & I have read your attached reference for making CSV format & details description about tasks which need to be DONE . Please ping me here to discuss more about this project. Regards, Shivansh
$61 USD in 2 days
4.9 (56 reviews)
6.2
6.2
User Avatar
Hello, I can read the post carefullyc for Csv File upload ,I am a professional website developer and good designer. I have rich experiences for Website Design and Development, Codeignator, Wordrpess, Shopify, PHP, HTML, CSS, Javascript, etc ... So I can do your project perfectly as nice front end and backend. Please send message, so we can start soon and finish. I am ready for your project now. Regards, Neeraj Malakar.
$55 USD in 1 day
5.0 (27 reviews)
4.9
4.9
User Avatar
Hello sir i have 6 year experience in website development Hello sir i have 6 year experience in website development
$10 USD in 1 day
5.0 (25 reviews)
4.9
4.9
User Avatar
I have done CSV file processing in PHP before. Can do your task for 1-2 hours time. Thank you.......
$20 USD in 1 day
4.8 (43 reviews)
5.0
5.0
User Avatar
We are a team of Developers with diversified tech platform experiences especially WordPress and we are quite capable to deliver on the work requirements you have highlighted. We are already assisting some clients in Canada and US regions who are strongly relying on us for their backend developments. With our strong backend engineering support these clients are now focusing on Front line to get more work and earn more value. Team Expertise Level / Coverage on Tech Platforms • WordPress – Advance and capable to handle complex integrated projects • PHP – Advance • Android and IOs Development – Complex apps and sites We are a team based in PK, However with are flexible nature we remain committed to our clients and ensure available during their time zone cover their standard regionals working hours and some cases 24 / 7 support as well. Our team has combination of multiple developers and technical projects managers to deliver on your project and meet your expectations. We are quite confident we will be able to facilitate you and help you focus on more business expansion leaving the engineering side on our part. Appreciate if we can discuss the Business Details to move forward.
$100 USD in 10 days
5.0 (13 reviews)
4.7
4.7
User Avatar
Hello, Please hit me a message as I have developed clone for this website please let me know if you are interested and I can develop similar version for you as well please hit me a message so we can discuss in detail regarding the budget. Thank you and waiting for your kind response Regards USMAN
$20 USD in 2 days
5.0 (8 reviews)
4.4
4.4
User Avatar
we can write this php script 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.
$100 USD in 1 day
3.4 (46 reviews)
5.4
5.4
User Avatar
Hi I’m a professional PHP developer with experience. I have read your project details and ready to work on it. Please contact me for quality work. Thanks
$30 USD in 1 day
5.0 (11 reviews)
3.8
3.8
User Avatar
i will do this project in a single day as i have done a lot of projects in php regarding csv files.
$20 USD in 1 day
5.0 (12 reviews)
3.4
3.4
User Avatar
Expert in PHP And JAVASCRIPT, I have done similar tasks in past so I know how to fix this task quickly. Ping me to get started so that we can close it at earliest.
$19 USD in 1 day
5.0 (9 reviews)
3.0
3.0
User Avatar
Hello? I have read your job description very carefully and i understood what you want. I have core php experienced for 4 years. I want to discuss with you via chat. Thanks you. James.
$25 USD in 1 day
5.0 (4 reviews)
1.8
1.8
User Avatar
Hi I can help you Please ping me !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$25 USD in 1 day
4.7 (2 reviews)
1.9
1.9
User Avatar
Hi, I need a few hours for this task and i can share it on bitbucket or gitlab Best regards, Norbert
$25 USD in 1 day
5.0 (1 review)
1.8
1.8
User Avatar
What I understand is as follows: 1) Allow the user to upload a csv file. 2) When the file is uploaded, scan it line by line. 3) For every line, check the 2 columns; title and replyEmail. 4) There are predefined arrays for keywords and emails. 5) If the title contains a keyword from the keywords array or the replyEmail matches an email in the emails array, then filter the record (the particular line of the CSV); otherwise, append the record in another CSV. 6)The new CSV will be a filtered subset of the uploaded CSV. 7) Open the new CSV in browser along with a download link. 8) With my PHP expertise, this is an easy 2 hours job with guaranteed success.
$25 USD in 1 day
5.0 (1 review)
1.0
1.0
User Avatar
Ping me for more discussion
$23 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
Clean work on time Clean work on time Clean work on time Clean work on time Clean work on time Clean work on time
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
working for websites developement environment, having more than three years of experience as A PHP Script developement , let me know full requirements with details.
$15 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
I am a PHP programmer and I am very interested in your project. I think I can do the job very well. I only need a small amount of money, and it takes only a short time to do the job well.
$10 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
I am a highly skilled web developer and full time freelancer with more than 5 years of experience. My expertise includes the following: PHP MVC (YII / CI / Symfony/Laravel) MySQL jQuery / Ajax CSS / HTML 3rd Party APIs, CURL, SOAP I am trying to build a good ongoing relationship so bidding minimum. I am ready to work on new projects for you. Thanks.
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
Las Vegas, United States
5.0
21
Payment method verified
Member since Jun 4, 2009

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.