The data-extraction tag has no wiki summary.
0
votes
2answers
98 views
Use regex to extract a specific value in a string in c#
I'm receiving my data in a string through a serial port communication. That part is working fine. The data is in the following format:
Distance run: 36in.
Direction in degrees: 275
Total of person ...
2
votes
1answer
29 views
Excel: Adding up values in only certain rows
In sheet 1: In column A I have dates. In column B I have currency values. In sheet 2, how do I find the sum of the currency values in sheet 1 that correspond only with certain specified one-week date ...
4
votes
1answer
86 views
How can I extract data from DAT and IDX files of SCADA CIMPLICITY software?
I am tasked with extracting the data from the data files of an old software - CIMplicity HMI Plant Edition version 6.0. Its a SCADA software from 2002. I have a copy of the data files directory which ...
0
votes
0answers
16 views
extracting distorted machine printed text using ICR
though ICR is used for extracting hand printed text is it possible to use it for extracting machine printed text from low quality(distorted) scanned images ?
0
votes
1answer
44 views
ICR for machine printed text?
I know ICR is basically used for handwritten(hand printed) data recognition but can we leverage ICR to extract distorted(bad quality) machine printed text by any chance ?
if not what is best way to ...
0
votes
1answer
32 views
How to load Pervasive data files?
I have a requirement to extract the data from the database files of Pervasive-SQL 7 into CSV format.
I was given a Zip archive containing an application executable (probably developed VB6) and a ...
0
votes
1answer
148 views
Regex in PHP to extract data from website
I am new to php. As a part of my course homework assignment , I am required to extract data from a website and using that data render a table.
P.S. : Using regex is not a good option but we are not ...
0
votes
1answer
72 views
Use TermRaider plugins in GATE
I want to use TermRaider features with GATE. Could someone please post some sample code to load and use this resource in java class. I have tried with following but failed.
...
0
votes
1answer
131 views
iMacros - How do I appened extracted data to a file?
I can use TAG..EXTRACT..SAVEAS to get a URL and write it to a file. If I execute that 10 times in a script, the file only contains the last URL extracted - the file is being overwritten. I don't see ...
2
votes
4answers
109 views
Retrieving Data in Java
I'm a java novice. Is it possible to get data from a website and then store it in some sort of data structure? For example, the program gets the value of a stock from yahoo finance at a given time and ...
0
votes
1answer
44 views
Possible to extract a full data dependency tree using e.g. Jailer?
I need to populate our IBM DB2 performance test database. I would like to take one row and all its dependencies from one of our test relational databases, and then copy/paste the row(s) in a script.
...
1
vote
2answers
163 views
iMacros - this TAG is failing (not finding the input field)
Here's the input field I'm trying to select (from the website)
<input class="inputtext" maxlength="100" aria-label="Search"
placeholder="Search Your Friends" autocomplete="off"
...
-2
votes
1answer
116 views
Understand how data extraction at inner levels from JSON (Facebook API Response) is done (both as Object & as Array) [closed]
I want to understand the process of extraction of data from inner levels of JSON (both as object & as Array) with example as below multi-level JSON Facebook API response : (I've tried lot of ways, ...
0
votes
1answer
542 views
Kendo ui web upload to extract txt file contents and record it to a database
Step 1 - Select txt file with kendo upload
(either upload it to a database at this stage or to app_data folder to be deleted later or another method)
Step 2 - Extract data from the txt file
(? ...
1
vote
0answers
976 views
Extract Data from a Web Page - using VBA
Using VBA, I need to extract data from webpage http://emops.tse.com.tw/t21/sii/t21sc03_2011_9_e.htm
I am able to fetch all the data using following code:
With ...
4
votes
2answers
476 views
How to extract meaningful and useful content from web pages? [closed]
I would like to parse a webpage and extract meaningful content from it. By meaningful, I mean the content (text only) that the user wants to see in that particular page (data excluding ads, banners, ...
0
votes
1answer
70 views
How to grab data that is not in html source but visible from browser?
The data I want is visible from the browser, but I can't find it from the html source code. I suspect the data was generated by scripts. I'd like to grad such kind of data. Is it possible using Jsoup? ...
0
votes
0answers
21 views
Extraction Error in query processing [closed]
In our project we have to find errors in the result extraction from search engines.
Can anybody explain what exactly is the extraction error in query processing and what may be an example of one?
0
votes
0answers
46 views
Having issue in extracting data from 100 web pages in a single loop
I am sort of stuck. My goal is to extract data from a website that has several hundred pages. Its a sports website and i have to extract the team names and other relevant data. So far i have been ...
1
vote
1answer
86 views
Could DBpedia be used to extract airport images from Wikipedia infoboxes given an IATA airport code?
I'm working on a mashup that deals with airports and uses various online data sources including Travel Stack Exchange.
I thought it would be nice to anagrammatically include some free images for each ...
2
votes
2answers
75 views
Automatically filling in web query forms and returning data (for a newbie)
I am whatever comes before 'novice' in programming. I have written macros in VBA for Excel, and used Visual Studio a bit when I was younger, but that's about it.
My problem: To produce the reports I ...
0
votes
3answers
68 views
Python: Determine Missing Line
Take for example a short file consisting of these lines:
Apple = 1
Pear = 1
Orange = 2
;
Orange = 3
Pear = 1
;
Apple = 1
Pear = 1
Orange = 1
What I did was to readline the text file, and put Apple, ...
0
votes
2answers
56 views
Best way to get a database friendly list of Veteran Affairs Hospital
I sincerely apologize if this isn't the proper forum to discuss this, but I wasn't sure where to go or what would be the best option.
Basically, I'm trying to find a database friendly list of veteran ...
1
vote
4answers
94 views
Can someone help me extract substrings from this text?
I am trying to create a project for which I need to extract data from imdb. I've seen some of the php extractors but I need a java program to that.
I need to extract information like:
Movie name ...
0
votes
2answers
53 views
Trying to extract information in a regular expression
I'm trying to write a regular expression that will allow me to extract the data in between the quotation marks, and then allow me to replace it with new information.
title="Information here"
0
votes
1answer
114 views
Smart data extraction algorithm from websites
I'm building a deal aggregator so I need a crawler that will extract data from some sites: price, discount, image, coordinates and name of deal of cource.
Do you know of any tutorials, ebooks or ...
0
votes
0answers
71 views
extract data from a drop down on a site and make a selection on that dropdown
Basically, I want to choose an item on a drop down on a particular site. Depending on the item is selected, it opens a new page. I want to extract data from that page. All this should be invisible to ...
0
votes
1answer
184 views
web data extraction, getting data from tables to CSV
I want to get data from tables in web pages, which seem to be published using "Excel Publish as Web Page Wizard". I'm aware there are a lot of scraping tools (seem much advanced for such a task) and ...
1
vote
2answers
3k views
MATLAB: extracting groups of columns into a submatrix?
I have a data-set, in which I want to extract columns 1-3, 7-9, 13-15, all the way to the end of the matrix
As an example, I've used the standard magic function to create a matrix
A=magic(10)
A =
...
0
votes
3answers
403 views
Is HTML parsing (in Java/Android) then extracting data from it, an effective way of getting a webpage's content?
So, I'm using HTTP Post Requests in Android Java to log into a website, before extracting the entire HTML code. After that, I use Pattern/Matcher (regex) to find all the elements I need before ...
0
votes
1answer
288 views
Extract fields from ODT document using Java library
I need to use a Java library - or code - to extract field tags from the content of an ODT document. I know odt is some sort of zipped file and it has its contents ina a content.xml file. Of course I ...
1
vote
1answer
775 views
MATLAB: extracting data from structure and placing into custom size matrix
i have a file, filedata.mat, containing a 1x1 struct with sub-levels that contain data from vehicle channels. the file has close to 30 measured channels. channel names, channel units and channel ...
0
votes
6answers
124 views
Regular Expression in CS: data extraction
I have data like this:
<td><a href="/New_York_City" title="New York City">New York</a></td>
And I would like to get New York out of it.
I don't have any skill in regex what ...
0
votes
1answer
139 views
Creating a meta model using UML convention and creating a data model out of it
Sorry if the question sounds too vague. I will improve based on your feedback.
I have managed to prepare a UML model of a problem domain. This is essentially a class diagram describing class ...
1
vote
1answer
91 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 ...
0
votes
0answers
165 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
344 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
1answer
1k 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
1answer
128 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 ...
-1
votes
1answer
58 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
vote
0answers
130 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 ...
0
votes
3answers
969 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.
...
3
votes
5answers
317 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 ...
0
votes
1answer
91 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
157 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
48 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
351 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 ...
9
votes
1answer
6k 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), ...
1
vote
1answer
419 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
686 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 ...
