Archive

Posts Tagged ‘parse’

Parse Wesbite To Sqlite3 Database

February 6th, 2012 Comments off

I want to scrape a website and put it into a sqlite database. You may use whatever script or tactic.

http://www.inabalance.com/scrape.asp

I want basically these 2 sections.

Cities >>

Schools >>

Let me know what will be the best approach this. Contact me for more details. Working on a tight budget.

Parse Html

January 29th, 2012 Comments off

I want to parse data from an HTML into 4 csv files.
The HTML has around 29 different divs (or fields) from different sections in the page that I want to parse.

I will send the instructions to the relevant offers.

Parse An Html File An Excel/csv

January 21st, 2012 Comments off

I need to parse two different HTML forum pages (a Table) into an excel/CSV file, the HTML pages are going to be in a input folder.

I will send the description to the relevant offers.

I want to give the person who wins future works as well.

Dos Batch File Xp Filename Parse

December 22nd, 2011 Comments off

I am looking for a small project, a DOS batch file (called: compare.bat) for XP as follows:

File Structure:
Inside the Root, there are THREE subdirectories and ONE batch file (compare.bat)

Root Directory:

compare.bat

–> Waiting (this is a directory folder, which will eventually have files placed into it)

–> Expired (this is a directory folder)

–> Current (this is a directory folder)

Here’s what I would like it to do…

I will be creating files, on my own…

Categories: Writing Tags: , , , , , ,

Parse Error Message On Mewtech.com

October 31st, 2011 Comments off

Plz need help with parse error message also had an form and i dont see it anymore…:

it sas on line 7 but cant find :

<?php
$stylesheet_directory = get_stylesheet_directory_uri();

<!–:fr–>
<p>Mewtech offre un vaste service dans le domain informatique d

Categories: PHP Tags: , , , , , ,

Facebook Id Parser

September 30th, 2011 Comments off

I need to parse a list of page URLs into IDs thanks
I need to parse a list of page URLs into IDs thanks

I need to parse a list of page URLs into IDs thanks

Trouble In Getting Php To Parse

August 24th, 2011 Comments off

Suddenly my wwebsite is not displaying properly.

I get this box to open or save a file:

“which is a: application/x-httpd-php”
from: http://www.example.com (not sure if I can state my url here)

What should Firefox do with this file? “

I researched the internet and found
application/x-httpd-php

Regular Expressions To Parse Content From Other Websites

August 21st, 2011 Comments off

Relatively straight-forward project. I need someone to build Regular Expressions (regex) to parse content from about 3-4 different websites. There are only about 6-8 pieces of content that need to be fetched per site and will all be similar across the websites.

Please send a PMB confirming you have done this before with samples if possible. Before selecting a bidder I will do a sample test so I know you can do this well.

Each should take a maximum of 15-30 minutes to do if you are experienced with RegExes. Kindly mention in PMB your charge per regex site.

Cv/resume Parser

August 15th, 2011 Comments off

Re-posting.

We require a CV parser that will extract:
1) Name,
2) First line of address
3) Second line of address
4) County
5) Country
6) Post code/zip code/area code/district code
7) Email address,
8) Telephone number,
9) Nationality
10) Website
11) Personal objectives
12) Hobbies and interests
13) References
14) Achievements
15) Career history – for each company they have worked in we need separate xml records for:
15.1) company name
15.2) job title
15.3) start date
15.4) end date – NULL if the job is their current date
15.5) job description
16) Education history – for each education or training course we need separate xml records for:
16.1) start date
16.2) end date
16.3) Education level – for example, in England this could be: Degree, Secondary, Higher, Other.
16.4) If degree, then degree level – for example, in England this could be: high school, non postgrad, associate, post grad, bachelor, master, doctorate, other
16.5) School/college/institution name
16.6) Qualification – e.g. GCSE, BSc. etc.
16.7) Subject and grade. For example, Maths grade A.
16.8) Any summary for that qualification that may be available.
17) Any skills that can be detected from the CV – for example, Java, Sage, MS Word, Running etc.

I would expect an authenticated REST interface (written in php) that we can send CVs to. I would suggest you find a lot of different CV formats from the internet and make sure the parser can handle them. It will need to parse any format of CV sent to it so it requires a lot of intelligent pattern matching.

It needs to be able to open up the CV using Apache Tika – it can open PDFs, word and other text documents, parse the CV, and then output the parsed data into HR-XML (you should research the elements for this standard before bidding) format.

The parser also needs to be able to parse different languages, including:
dutch
chinese
hindi
japanese
german
spanish
french
russian
Brazillilan Portuguese
Malay Indonesian
Arabic
Bengali

It should be written primarily in PHP on a LAMP stack – it should be able to parse a complete CV within 1.5 seconds at the most.

I will provide a full spec to the winning bid but I expect the parser to be able to read keywords from a database, but not rely on the keywords in the database to parse the CV as the CV may not have the keywords in them. Remember, everyone writes their resume/CV differently :-)

I would be willing to pay a deposit but the remaining of the payment would be dependent on a demonstrably working system. I would also want to inspect code at regular intervals throughout the project to ensure that the developer’s code and design quality meets my client’s needs.

I would expect the application to interact with a DB but via memcache.

Note, I do not believe this is a simple project. This project is for software engineers rather than script kiddies. Please only provide a quote if you believe you can really do this and please be realistic on your timescales.

Parse Error

August 8th, 2011 Comments off

Small Project to correct parse error in the category.php

Parse error: syntax error, unexpected ‘;’ in /home/pubdks/public_html/store/category.php on line 183

Parse Rss Of Classifieds Store Data Mysql Php 2

August 1st, 2011 Comments off

PHP Script

Parse Motorcycle Classifieds, store data.

Collection Overview:

+ Parse a list of structured RSS feeds (Feed) for Posts
+ Using regular expressions, extract strings that match specific criteria
+ Test for string match to values in database tables
+ Store new Records in MySQL database
+ Modify Records in database with datestamp when Posts are no longer in feed

Example feeds:

http://dallas.craigslist.org/ftw/cto/index.rss
http://sfbay.craigslist.org/scz/cto/index.rss

Database Record:

1. Required for insert:
a. Date of capture
b. Make
c. Model
d. Year of Manufacture
e. Price
f. Date listed
g. Days on market (calculated)
h. Postal Code (calculated)
i. Post ID
2. Optional for insert
a. Mileage ( Integer)
b. Trim Designator (STX, R/S

Modification Of A C# Method To Parse A Ctags File 2

July 28th, 2011 Comments off

I require a rewrite or modification of the attached method. The current method looks at an assembly file and retrieve all the Types.

Assembly assembly = Assembly.LoadFrom(this.openFileDialog1.FileName);
Type [] assemblyTypes = assembly.GetTypes();

I require the method to read/parse the Types from a CTAGS (http://ctags.sourceforge.net/) file instead. Attached is a generated CTAGS created file.

Script To Parse An Online Store And Populate Database

July 18th, 2011 Comments off

The job is to parse an international(Hebrew) online store and to populate the data into a different store’s mysql database.

What to parse: product name, short description and the product picture.
This is a one run script, just get the data and put it in a different store.
Should be a quick job to any Perl scripter.

Parse Rss Of Classifieds Store Data Mysql Php

July 5th, 2011 Comments off

PHP Script

Parse Motorcycle Classifieds, store data.

Collection Overview:

+ Parse a list of structured RSS feeds (Feed) for Posts
+ Using regular expressions, extract strings that match specific criteria
+ Test for string match to values in database tables
+ Store new Records in MySQL database
+ Modify Records in database with datestamp when Posts are no longer in feed

Example feeds:

http://dallas.craigslist.org/ftw/cto/index.rss
http://sfbay.craigslist.org/scz/cto/index.rss

Database Record:

1. Required for insert:
a. Date of capture
b. Make
c. Model
d. Year of Manufacture
e. Price
f. Date listed
g. Days on market (calculated)
h. Postal Code (calculated)
i. Post ID
2. Optional for insert
a. Mileage ( Integer)
b. Trim Designator (STX, R/S

Email Reply System

June 29th, 2011 Comments off

I would like to have built a system (PHP, MySQL, other needed technologies) that replicates the basic functionality of Ohlife (www.ohlife.com). The use-case scenario is that a user visits my site and creates a free account, and then thereafter gets a daily email that they can reply to, which my application pipes the incoming email to a php script that can parse the email message content and add an entry to a database table. I have looked into how to do it and initially thought that a cronjob executing a php script was all I needed, but it looks like the ohlife solution is a little more involved than that. Please try out Ohlife and look at the reply-to email address on the daily journal email, see if what I need is in your skill-set, and let me know if you can help! thanks for your time

Categories: Cron, Email, MySQL, PHP Tags: , , , , , ,

Modification Of A C# Method To Parse A Ctags File

June 27th, 2011 Comments off

I require a rewrite or modification of the attached method. The current method looks at an assembly file and retrieve all the Types.

Assembly assembly = Assembly.LoadFrom(this.openFileDialog1.FileName);
Type [] assemblyTypes = assembly.GetTypes();

I require the method to read/parse the Types from a CTAGS (http://ctags.sourceforge.net/) file instead. Attached is a generated CTAGS created file.

Programming Project 1308176367

June 15th, 2011 Comments off

We require a CV parser that will extract:
name, address, telephone number, email address, country
career history – including separate xml records for each company, job title, date range of job, job title and description.
qualifications – including separate xml records for each institution, date range, qualification
skills

I would expect an authenticated REST interface (written in php) that we can send CVs to. I would suggest you find a lot of different CV formats from the internet and make sure the parser can handle them. It will need to parse any format of CV sent to it so it requires a lot of intelligent pattern matching.

It needs to be able to parse the CV into HR xml format.

The parser also needs to be able to parse different languages, including:
dutch
chinese
hindi
japanese
german
spanish
french
russian
Brazillilan Portuguese
Malay Indonesian
Arabic
Bengali

It should be written using either PHP or c/c++

Note, I do not believe this is a simple project. Please only provide a quote if you believe you can really do this.

Parse Phpdoc To Php Multidimensional Array

May 25th, 2011 Comments off

Hello,

I need a class, function or small app to scrape PHPDoc tags out of a complex PHP project into a PHP multidimensional array.

Thank you.

Parse Html

May 21st, 2011 Comments off

I want to parse polygons and their data from html into csv file.
The polygons originally appear in bing maps like

http://apps.coned.com/weboutageinfo/stormcenter/default.aspx

Rss Feed Parse With Php

May 14th, 2011 Comments off

I need PHP code to parse an RSS feed into different variables to be inserted into a SQL database, just a for each loop on the feed I can’t figure out.

Categories: PHP, RSS, RSS Feed, SQL Tags: , , , , , ,

I Need Php Programmer That Can Parse Dating Sites And Store

May 6th, 2011 Comments off

I need php programmer that can parse Dating Sites and store data into MySQL DB, images should be also parsed and stored on harddrive and have only images name stored in DB. See attached file for sample MySQL DB script previous programmer did for us. You should provide simular sql script with parsed data and also photos.
Sites for parsing (you can parse one or several sites)
http://germanfriendfinder.com/
http://www.contacterotique.com/
http://www.adultfriendfinder.fr/
http://www.tchat-adultes.fr/
http://www.unerencontre.com/

http://www.edarling.fr/

Application To Parse And Add Csv File To Database

April 30th, 2011 Comments off

I need an email to be checked daily by the code you write. In this email will be a link. The application needs to go to the link and log-in using the username/password.

A CSV file will be downloaded and needs to be imported into an existing MySQL database.

Parse Html Table Into Csv File

April 22nd, 2011 Comments off

I would like someone to write a program to parse out a contact list that is in an html table into a CSV for importing into other programs like Microsoft Word. I would like to load an html page into the program you write and be able to set a path that your output file would write to.

I have attached an example of the html table and cells to be parsed and wrote to the file. It will not be a valid html page containing all the html and header tags but the first tag in the .txt will be a <tr> tage. Have your program look for the first <tr> in the page and start working to parse. The cells are as such: Username, password, balance, Name/Address, Contact Info, Attributes.

The cells Name/Address and Contact Info has info I would like parsed into separate fields. For Example Name/Address contents parsed into First Name, Last Name, Address, State, Zip Code. Contact Info cell parse into Phone Number and Email.

Lastly the Attributes cell, if any checkbox=true(or checked) then ignore and skip this user. Don’t write these down to the CSV file.

This list of contacts will be continually growing each time I do this so continue the program until EOF end of the .txt file.

Categories: CSV, HTML, Microsoft Word, Parsing Tags: , , , , , ,

Php Script To Parse Webcal File

April 5th, 2011 Comments off

I am looking for a simple PHP script that can parse some data exported from Facebook. If you go to Facebook, select “Events” and then “Birthdays” it will show the Birth dates of all of your friends. At the bottom of that page is a link to export the data, this will create a WebCal URL. I need a PHP script that can accept this WebCal URL and parse the data so that I can display it on my website. Thanks.

Parse A Field With Javascript

March 18th, 2010 Comments off

User enters text with thress seperators in play:
an opening bracket [
seperator such as ^
then the closing bracket ]

The general syntax is [first item^second item^third item]

The script would take this text and process this kind of statemnt recusively. After a button press it would display below the entry box
1) the possible results

Here is a good example:

THhe string
“[This the inital [cool^neat^wicked] item^This the second [cool^neat^wicked] item]”

would give the following 6 variations:

1. This the inital cool Item
2. This the second cool item
3. This the inital neat item
4. This the second neat item
5. This the inital wicked Item
6. This the second wicked item

I need this to be in JavaScript so that I can take it and use it in a form

Parse Ebay Feedback Page Php

March 11th, 2010 Comments off

Parse ebay feedback
item name,Buyer id ,Feedback . save it to db.

Asp.net Screen Scrape/parse

February 20th, 2010 Comments off

I have a main real estate site (on Windows Server with ASP.NET available) with it’s own primary domain. Property searches are handled via a subdomain of the primary domain on a third party IDX (MLS Property search site.)

To have Google pick up the property listings from some pre-defined searches and ‘credit’ them to my domain, as if they were located on the main site, I want to have an .aspx page under the primary domain that will use the ASP.NET webrequest object to:

1. Retrieve a specified URL (which already has the property search parameters in it)

2. Parse out the section of the retrieved HTML that has the property listing data in it. (I’ve already placed <!– Startcomment –> and <!– Endcomment > comments in the html at the beginning and end of the section to pulled out of the body on the URL to be retrieved.

3. Place the parsed html into the appropriate section of the aspx page requesting the URL.

In effect, the aspx page on www.mymaindomain.com will be a duplicate of the page being requested at subdomain.mydomain.com.

The URL to retrieve and parse, e.g. http://subdomain.mydomain.com/newpropertylistings.html should be hard coded in the script code in the head section on the requesting .aspx page, so I can save copies of the page under other page names, e.g. propertypull2.aspx, propertypull3.aspx, etc., and change the URL to pull from that’s in the head section each new page. (I can do that in Dreamweaver.) I want the URL that is to be requested and parsed to be in each page, and not in some ASP.NET project variable to be pulled in to the page.

I do NOT need to store the retrieved html (or associated photos) on the main site (.e.g parse the html into a database). When the requesting aspx page is clicked, it can run the code to retrieve the latest data from the page being requested from the subdomain site. Also, at this point I am not looking for a replacement function for relative links being pulled over. (Most of the links coming over are fully qualified.)

There is no page design involved, just the C# ASP.NET coding on the page to make it work. I expect this to be fairly simple. My webhost is Webhost4life, with ASP.NET 3.5 available. I only need the one page done. I’ll dupe that page as I need, if I want to bring bring new groups of properties over to the main page. I have the aspx page “designed”, ready to plug in the aspx code.

Categories: .NET, ASP Tags: , , , , , ,

Dijit Parse After Xhrget

February 18th, 2010 Comments off

I currently have a form that calls a php script using dojo.xhrGet, after loading the form the first time dijit items display correctly (using dojo.parser.parse()). When I do a second xhrGet request, the dijit items do not load correctly.

Auto Parse Data From Dmvsearch

February 6th, 2010 Comments off

I need to automatically collect search results from a specific DMV website using a cron job or something similar. Please go to the link below:

https://mv.dmv.ca.gov/olinq2/welcome.do

Click on ‘Start Search’ and then click ‘I agree’. In the city name type in ‘SAN JOSE’ and select ‘Get License Info’.

The information that is returned needs to be stored in a database for later use. The search should be performed using a script and should happen automatically multiple times week. The info we need to store from the results is:

NAME
ADDRESS
CITY/STATE/ZIP

OWNER
LICENSE NUMBER

I need someone to tell me if this automated data extractions is possible and how much it will cost to set up.

Parse Xml File And Integration

January 21st, 2010 Comments off

I need to add the ability to type in a customer id on my website, then parse the returned xml file into my website.

Php Script To Parse 4 Html Pag

January 12th, 2010 Comments off

Hi,

I need a php script that would parse the following 4 pages:
http://tinyurl.com/ya8jw9n
http://tinyurl.com/y9cwb23
http://tinyurl.com/8vcowl
http://tinyurl.com/yblgvqs

The script should return in an array the following fields for each of the
matches listed:
- Match date
- Match time
- Home team
- Away team
- Odds for win
- Odds for lose
- Odds for tie

The script should be well formed and easy to understand.

Thanks!

Need A Parse File Fix

January 4th, 2010 Comments off

I have a file that parse data from a website. It needs an update. It is missing one of the feilds. ‘Vehicle’.

See attachment: http:/www.inabalance.com/cars.com_v4-(08-17-2009).rar

Parse Data From Website 2

December 17th, 2009 Comments off

I would like to parse data from eroticmp dot com
Provider, MP Location, Fee, Recommend, Reviews, Picture/image, phone number, address, BUSINESS NAME, hours, amenities, rates

member login required and will be provided

data to be placed in to access

Need Hidden Link Website Parse

December 3rd, 2009 Comments off

I would like links to be all police radio downloaded from a website and placed into a database. The website is radio reference dot com. The links provided hides the true source in which it pulls the live feed. I will like to get the actual feed so I don’t have to rely on this website.

Email Parse Script For Php

November 21st, 2009 Comments off

I have a php script already setup and working with a cron that currently sends out a sms text message.

I need a script setup to receive emails from a certain domain that will trigger the specific script to send out the sms text alert.

Need to be able to work for multiple email addresses (all on the same domain, just different email accounts) so I can have several sms alerts and messages setup on this system.

the current php script is triggered by a cron right now, but I want it to trigger when a specific email account recieves an email.

Parse Data From Website

November 16th, 2009 Comments off

I would like to parse data from eroticmp dot com
Provider, MP Location, Fee, Recommend, Reviews, Picture/image, phone number, address, BUSINESS NAME, hours, amenities, rates

member login required and will be provided

data to be placed in to access

Text File Parser

November 2nd, 2009 Comments off

Project Description:
-Standalone program to parse text files.
-Input text files are created by different programs and contain specific information to be parsed. User will select which type of input to be parsed.
-Each input format will need a separate function to parse the data since data is layed out differently in each input.
-Parsed data should be stored in a DB (access, etc) and analyzed per a set of parameters chosen by the user via forms.
-program will save a set of configuration parameters for reuse by user.
-Analyzed data is then saved in DB and output for the user in a report format (html & pdf).
-User can later overwrite a already parsed file or parse a new file.
-Code needs to be clean and well documented.

Program To Parse A Website

October 26th, 2009 Comments off

Hi,

I need a program that can parse www.covers.com nba box score results and put them in a database for me, i dont mind how it works as long as it works.

possibility for some further work once this is done, must be contactable via msn/aim, quick turnaround a must.

eg. http://www.covers.com/pageLoader/pageLoader.aspx?page=/data/nba/results/2008-2009/boxscore780230.html

Happy bidding

Thanks

Evan

Categories: Programming Tags: , ,

Harvest/parse/stored Website

October 25th, 2009 Comments off

Need expert in xpath/xslt to parse a webpage and store the results into a mysql table.

Take a html page, run through one of the open source tools to convert to well formed xml (xhtml). Then using a stylesheet, parse the page and store into a mysql table. There are probably 15-20 things that need parsing and most of the pages. This needs to be very fast and this will run in realtime to extract data from another site when someone registers on my site. I will use it once in batch mode to extract all of the data from the site, then use it in realtime to extract any changes/updates.

I prefer xpath/xslt because I don’t want to continually update a custom coded parser as the target site changes…

Categories: Java, MySQL, XHTML, XML Tags: , , , , , ,

Parse Email – Save Attachments

October 19th, 2009 Comments off

We need a script that will parse multi-part emails. The script will be required to do the following:

Needs to be IMAP, SSL context (potentially using gmail).

1. Verify the following before doing anything else
- Fetch *new* emails (script will run from cron job)
- from address: will be the primary key for users. If email already exists, grab the user id. if it doesn’t, create a new user (id, email & name from headers).
- attachment type (only accept images)
- attachment size (needs to be a variable that we can change later if need be)

Once user is identified (fetched or created), we save the attachment.

2. Save the the email to a MySQL database
Whatever is needed to identify email , +
- user id
- subject
- date/time
- body (html/text)
- attachments (name of the attachment, location of the file on the server)

3. Save the file on the web server
- Location will be (uploads/yyyy/mm/dd/)

4. Send email to the user to confirm the process or inform of an error.

Nothing is set in stone, and any recommendation or advice is welcome.

** We require full ownership

** We require clean and detailed commenting within the code, we will review every line of code).

** If you have questions on any requirements please let us know.

Categories: MySQL, PHP Tags: , , , , , ,
Bear