Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
402 views

How can I extract/parse tabular data from a text file in Perl?

I am looking for something like HTML::TableExtract, just not for HTML input, but for plain text input that contains "tables" formatted with indentation and spacing. Data could look like this: Here ...
5
votes
2answers
2k views

PostgreSQL to Data-Warehouse: Best approach for near-real-time ETL / extraction of data

Background: I have a PostgreSQL (v8.3) database that is heavily optimized for OLTP. I need to extract data from it on a semi real-time basis (some-one is bound to ask what semi real-time means and ...
4
votes
1answer
854 views

PostgreSQL Query to Excel Sheet

I need to export some data from PostgreSQL to Excel (quick customer wish), and the last time Excel had serious problems opening or importing my COPYd csv files (line endings, utf-8 encoding, etc), ...
3
votes
4answers
148 views

Help: Extracting data tuples from text… Regex or Machine learning?

I would really appreciate your thoughts on the best approach to the following problem. I am using a Car Classified listing example which is similar in nature to give an idea. Problem: Extract a data ...
1
vote
0answers
49 views

Python + Scattergraphs + Other Nonsense

I receive a fair few emails a week detailing abusive activity originating from a network that I am involved with. These usually contain either: a) A URL deemed as being compromised. or b) A copy ...
1
vote
0answers
58 views

Extract data from Amazon

What is the best way for extracting some data from Amazon pages? Basically I want to get information about top rated/specific category books (title, publisher, pages, etc) in a csv file. I thought ...
1
vote
1answer
84 views

Extract a FAT .a file Mac

I have a FAT .a archive on my Mac (a library) and I just wanted to know how I could extract the files from it?
1
vote
2answers
239 views

PDF Data Extraction - Need Suggestions

I created a pdf extraction tool. Sample screen attached. User can load a pdf file and select data area he wants. Then I grab pdf coordinates and page number and then save it as a template. Once user ...
1
vote
2answers
412 views

C# Use Linq to Extract a single XML attribute for each XML file in a directory

How do I use Linq to extract a single XML attribute form each XML file in a directory and put that element in a C# list. Do I have to loop thru each file one-by-one? The XML files are quite large so ...
1
vote
3answers
421 views

How to extract the lat/lng of pins in google maps?

I want to extract the latitude and longitude of a set of about 50-100 pins in a Google maps web page. I don't control the page and I don't need to do it more than once so I'm looking for something ...
1
vote
1answer
222 views

Extract Data from a page using Jquery?

I'd like to extract all the ISBNs on a dynamic web page that I can't feed through a Yahoo Pipe (the user has to log in to see the page). Is there a way to do that with jQuery? How? Edit: The ...
0
votes
0answers
35 views

Extracting Text Using Keywords as Delimiters in vb.net

Sample input -- Dogs Amount: 500 mg Limitations: do not feed before dinner Indications: Dogs are great Catsamount: 300mg.Limitations: Cats cannot talk. Indications: cats like to eat. Cattle (for milk) ...
0
votes
2answers
97 views

Is there a library for extracting data from an HTML page?

I would like to extract information from a web page. Unfortunately, the website (4chan) doesn't have a public API, for as far as I know. What is a good library to extract specific data from an HTML ...
0
votes
0answers
41 views

How to parse categories and subcategories in Excel using python xlrd?

Hi, I want to parse an Excel file using python and the excellent xlrd library. The spreadsheet I has the following structure: First sheet have: No category 1 Building 2 Animals 3 ...
0
votes
1answer
75 views

How to check if html contains a certain number with iMacros

I would like to use iMacros to check a html site if it contains certain numbers. if it does, then I would like to assign a variable according to a number that has been found. Like if the html ...
0
votes
0answers
34 views

using Excel Web Query from code

In Excel 2010, Data Tab, you can find an option to import data using Web Query which is really a powerful feature. Now I wanna use that feature in my .NET code without excel, how's that possible ...
0
votes
2answers
56 views

Data extraction recommendation software (email, name, country)

I would like to extract some data from plain files (thunderbird mailboxes, html files, csv). I usually get strings like this (into files) user: pepito phone: 11233213 email: user@domain.com Then I ...
0
votes
3answers
252 views

Programmable WebCrawler with C#

I would like to extract specific data form a known Url : from html tags like span, a, divs ... ! So I'm searching for an existing library for a WebCrawler written in C# ! ... or maybe any other idea. ...
0
votes
1answer
40 views

API or library to get a snippet or summary from a webpage

I want to give a URL and get a summary. Is there a library or an API to do this? I am working with Python, but I can port from other languages.
0
votes
1answer
77 views

extracting values from typed xml in sql server

I have typed xml as one of the columns in my table (sql server 2008). I need to extract one specific value from this typed xml field. I checked across multiple sites, but only ways to extract a field ...
0
votes
1answer
37 views

Get output from the search with PHP

I would like to get the output of my search from "https://login.ku.edu.tr/eGuide/servlet/eGuide" which is my university's eguide. However it is only accessible with in campus or the vpn. My aim is, ...
0
votes
1answer
203 views

Android: Converting phone sound file to raw data

I would like to take the music files from my phone (mp3 mostly) and convert them to raw data that FFT can be done on. Is there anyway to do this by using the android/java framework or do I need to ...
0
votes
2answers
71 views

Would my situation be an appropriate place to use the ' /i ' REGEX attribute?

I am making a large catalogue of all of the possible OS names that can be supported by my particular version of VMWare. Originally I was writing them all as they stood in the VMX files but then I ...
0
votes
4answers
212 views

How to read some data from a Windows application memory?

I have an application, which displays me some data. I need to attach to this app's process, find the data I need in memory (one single number, actually), and save it somewhere. This application ...
0
votes
1answer
86 views

Classify a table in lxml

I am working with a large set of html documents. One of my tasks is to extract all text from the documents. I have gotten pretty far but now I am stumped because of the use of tables as containers / ...
-1
votes
1answer
30 views

Parsing or extracting data for input in a database

I have the following text file: VERDICT: MR. FOREMAN: Guilty. THE COURT: Accused and, you have been found guilty on the charges as you have heard the Foreman for the jury say. You are ...
-1
votes
1answer
60 views

determine the type of name using mediawiki?

If the article is about Lebron_James, then i would know it's about an athelete.