Questions related to retrieving specific information from a (typically minimally structured) data source, such as a web site, media file, source code collection or compressed archive (in which case the desired information is one or more original, uncompressed files). When using this tag, please ...
-2
votes
0answers
50 views
create pseudo code for a python code [closed]
I have a python code which extract from multiple PDF files a part of text in these PDF files,I just need to knows how can i build the pseudo-code for my codes:
I'm not at all familiar with pseudo ...
2
votes
3answers
46 views
How would I tidy this code into a loop in java?
public class TagHandler {
private final String START = "<START ";
private final String END = "<END ";
public String handleTag(String buf, String[] attrList) {
String ...
-4
votes
1answer
18 views
extract the keyvalue from array variable cakephp [closed]
I have an array that gives me the data like this
Array
(
[5079906a-6eb4] => Selling
)
Now I want to use this (5079906a-6eb4) value for my further processing.
My question is how to extract ...
0
votes
1answer
25 views
how to check the actual size of archived file without extracting it? [closed]
I've got an archive foo.tar.gz(8M of actually size), which contains a large sparse file(around 10G) in it.
My question is, how could I know the actual sparse file size without extracting the ...
0
votes
0answers
14 views
Strange! openZip routine fails when foldername contains “-cache”
The script below handles upload, extraction and transfer of .zip files
I have a strange problem that is occurring on one server (currently only one) in which when the zip file contains a folder with ...
0
votes
3answers
37 views
Use bash script to extract info from html
I'm a novice programmer currently messing around with java. I had an idea for a program that a friend told me would be best executed in bash but I don't have time to learn another programming ...
-6
votes
1answer
39 views
How to extract the text between two keywords in different lines using Perl [closed]
I have a file named event.txt and I need a Perl script to open it and read the lines between tag1 and tag2 keywords and print them on the screen.
I have searched the forum and there are similar ...
0
votes
1answer
58 views
perl extract information from several files in folders into the specific files
I'm just trying to extract of daily data to analyze yearly something.
So, I made a code for searching folder and files.
After that I wanna extract curtain lines in several files that has same name ...
0
votes
3answers
31 views
Searching and extracting WH-word from a file line by line with Python and regex
I have a file that has one sentence per line. I am trying to read the file and search if the sentence is a question using regex and extract the wh-word from the sentences and save them back into ...
0
votes
3answers
26 views
how to split a string and extract columns in Unix
Suppose I have strings :
au sujet de l article card -> your advice about rule (0.000000082860230)
au sujet de l article card -> would therefore like some (0.000000082860230)
in general like ...
0
votes
1answer
28 views
Extract date from string in shell script
I want to get a date which is in a string with shell script for an example:
dddddddddddddddansdpaojhndpaosdjnad
dddddddddddddddansdpaojhndpaosdjnad
dddddddddddddddansdpaojhndpaosdjnad
...
-2
votes
2answers
40 views
Extract a column from a CSV file
How to extract a column from a CSV file?
I'm kind of new to Java. How do you extract a specific column from a csv file. For example if I have this data:
Name,Date, Gender
Tom, 11/10/2013, Male
...
0
votes
2answers
35 views
xpath to extract all different id in yahoo pipes
I'm trying to build an rss feed from my website page by using yahoo pipes tool.
I be able to extract only one id from a web page by using "xphat fetch page" from yahoo pipes:
...
0
votes
1answer
33 views
extract facebook data from access token
i'm trying to use this site https://www.oneall.com/ to add social login to a test site after setting up the code and the login i still don't know how to extract user data from access token here's the ...
0
votes
0answers
24 views
Extracting a column from a paragraph from a csv file using java
MAJOR ACC NO,MINOR ACC NO,STD CODE,TEL NO,DIST CODE
7452145,723456, 01,4213036,AAA
7254287,7863265, 01,2121920,AAA
...
0
votes
3answers
50 views
Need to extract words from a file before and after ^A in perl
I have many log files like cancel_log1,cancel_log2...
All files contains logs like this
2013/05/08 17:09:18 -0700 766 | 1368058158 | 22991 | yapache | cancelfeedback | INFO | File: ...
0
votes
0answers
20 views
Out of Memory Error while using archive::extract
can u help me in getting out of the error "Out of Memory" while using Archive::Extract
I'm using the below code ..
my $extract_obj = Archive::Extract->new(archive => $TAR_FILE_WORK_PATH,
...
-4
votes
0answers
8 views
Code to read and download retail size charts
Is there a way to have a list of retail sites and generate a script which does the following:
Loop through list of website URLs
Go to website URL
search website pages for size chart or equivilant
...
-3
votes
1answer
20 views
Extract a specific word from string in PostgreSQL
I am using pgadmin version 1.16.1 and I need to extract the words 'login' and 'logout' from
the result column
url
"http:/login-v1.abcd.com/service/abc/integration"
"http:/xxxxxxxxlogout"
...
0
votes
1answer
32 views
extract data from certain rows Matlab [duplicate]
I have a series of datasets each one about 1032 x 4. With the programme I have now I can find the time at which a certain event is happening (I did that though structures). And the output I get is :
...
-1
votes
0answers
13 views
Extract lines with the same content in certain column? [closed]
I'm trying to extract specific lines (rows) in a tab delimited file.
Contents are like below, and I only want to get lines with chr1 in the first column using linux command.
Can anyone help me?
chr10 ...
-1
votes
0answers
33 views
How can I extract tables from a SQL Server backup file using Python?
I would like to use Python 2.7.4 to extract tables from a Microsoft SQL Server 2008 backup file (.bak), 21GB in size.
There seems to be no Python modules that can do the job and restoring the file ...
0
votes
0answers
10 views
File extraction tool
I am looking for a tool which can extract files from SVN work-space, criteria for extraction will be user who committed the file and date range. Though tortoise SVN client provides this in log but its ...
0
votes
0answers
17 views
Out Of Memory while extracting tar.gz file using perl
I have a tar.gz file which is of around 60 MB and that file has a XML file inside it ...and while extracting the file I'm getting Out Of Memory! error ...
Below is the code I'm using for extracting ...
0
votes
1answer
39 views
Using DOS batch, read 2nd line in a pipe delimited file and extract date from 3rd column
I need to extract a date from a text file. File is in pipe delimited format.
It has series of columns which might or might not have value.
I need a date from the 3rd column in second row.
After that, ...
0
votes
0answers
55 views
how can we extract text from pdf using itextsharp with spaces?
I am using below method to extract pdf text line by line. But problem that, it is not reading spaces between words and figures. what could be the solution for this ??
I just want to create a list of ...
-2
votes
3answers
41 views
Extract a part of keys values in array php
For some reason I have a array of this kind, and I want to extract the 2 first part of each key,Some of the key contain 5 pieces of string separated by ',' while other contain 2 pieces of string ...
0
votes
1answer
11 views
need to create a script to extract html
I need to create a script that will extract html from a loaded page. I can manually download the html in the "network" tab of the javascript console in chrome but I'd like to have a more automated ...
1
vote
1answer
39 views
PHP - how to extract parts of mp3 with volume higher than X?
I have a MP3 file that contains some sounds and some silent parts. My question is - is there any way I can extract the not-silent (or with volume or something higher than X) parts and put them in ...
1
vote
1answer
29 views
Extracting Specific Variables from a | delimited .txt and extracting them to a new .txt
I have a .txt that is say 100,000 rows (observations) by 50 columns (variables), and the variables are | delimited. I would like to extract the 8th and 9th variables (or 7 and 8 if the indexing were ...
-4
votes
3answers
53 views
How to extract first letters from different words in a string in c# [closed]
I want to extract first letter of each word in a string. I have done a lot of googling and still without any aid.
For example,string text = "I Hate Programming";
The desired answer should be like:
...
0
votes
3answers
51 views
Creating an array from values in a text file with powershell
I have a text file with this content:
SEGMENTS="worker01 worker02 worker03 worker04"
WORKER_SEGMENTS="worker01 worker02 worker03 worker04"
#SEGMENTS="worker01"
#WORKER_SEGMENTS="worker01"
I read ...
0
votes
0answers
31 views
Extract tar.gz file in perl
I have a tar.gz file which is of appx 60 MB in size ... I need to extract the XML file insided that tar.gz file .. but I'm getting Out Of Memory error while using the below command..
use ...
0
votes
2answers
37 views
sql- DATE:how to get all rows in certain month
I have a column named "DC34_DATE" of type DATE ( defined this way: DATE '2013-04-17') I need to select all rows for a specific month (for example- April).
I used WHERE MONTH(DC34_DATE)=04; and it ...
0
votes
2answers
67 views
Extract data with an OLE DB faster
Hi everyone I'm trying to extract a lot of records from a lot of joined tables and views using SSIS (OLE DB SOURCE) but it takes a huge time! the problem is due to the query because when I parsed it ...
-1
votes
0answers
21 views
Files with .ls extension on windows [closed]
Hello i have downloaded MySQL cluster manager from oracle edelivery for windows 32 bit. I got .ls extension file. I am unable to extract/run it with winrar, win zip,7-Zip etc. Can i get solution for ...
-2
votes
0answers
19 views
Java Application should know when user opens email tab in browser and then reads the newly arrived email contents [closed]
I am developing an application in Java that will sit in the user's pc and will compare the contents of new incoming emails in yahoo,gmail,hotmail,AOL or any email sites with known set of contents.This ...
0
votes
3answers
31 views
Extract the number from a string in PHP
How can I extract the number 12345 from the following string in PHP ?
<span id="jordan934" itemprop="distance"><span ...
0
votes
0answers
15 views
What is the best way to modify text on Microsoft Word Document
What is the best way to modify text on Microsoft Word Document ?
Which libray can i use under Linux for doing that ?
2
votes
2answers
53 views
In R, how to select rows based on a statistic of a column attribute? [duplicate]
My table has thousands of rows classified by 400 classes, and a dozen columns.
The ideal outcome will be a table with 400 rows (1 row for each class) based on the max value of column "z", and ...
0
votes
1answer
33 views
Why does this query return different values?
I'm trying to pull information from my database, but the query I'm using is only pulling all of the values after the first one. I have no LIMIT set, but I did try setting a LIMIT 0,30 with no change. ...
0
votes
2answers
32 views
Extract specific value from a PHP string
I am trying to learn the max_id of a tweeter result for the dynamic pagination.
The search metadata are the following:
search_metadata: {
completed_in: 0.033,
max_id: 326811859678277600,
...
0
votes
1answer
28 views
Download and extract .tbz file with Ruby?
Is there a ruby gem/library that can extra .tbz files?
This will specifically be within a Rails app, if that's relevant.
I've aware of Rubyzip for .zip files, but haven't found a way to extract .tbz ...
1
vote
1answer
60 views
Counting polygons in shapefile
So I have multiple species ranges which look like the following (colored blue for example) This one runs east to west across Africa:
I can get the total area by using gArea in the rgeos package. ...
-4
votes
1answer
47 views
Extracting positive elements from a matrix in R
I have got this 6x6 matrix,
1 1 2 1 2 2
1 3 1 1 2 1
0 5 1 1 0 3
0 5 0 2 1 3
4 1 3 3 2 3
2 3 3 0 2 3
and I ...
0
votes
1answer
39 views
c# extract month no values
I have troubles wiht geting errors for [] and this error IErrorInfo.GetDescription failed with E_FAIL(0x80004005). Now I put EXTRACT(MONTH form table) in this [] brackets, now program says no value ...
0
votes
1answer
65 views
Extract a string array from an object in c#
It's been a while since I studied programming and I'm struggling with this.
I receive from a web service a bunch of info, which I save on an object, then after using the reflection method I get ...
-1
votes
0answers
82 views
How-To Extract MS Cluster Resources and Create Powershell Commands out of them [closed]
Asked and Answered.
Wanted to share some Powershell code that I wrote that allows you to create Powershell command groupings to be able to use stand alone or in small chunks to be able to re-create a ...
-3
votes
0answers
62 views
How to extract specific data from text file in java?
I have a text file like this:
112;Computer;Apple;Macbook;48;675.90;Intel I3 2.1Ghz;4;14.2
11;hardware;WD;Blue;48;100.00;250;5400;6;4.5
And my program must return result like this:(Example:)
...
2
votes
1answer
133 views
How to extract a rar file that contains multiple folders with overwrite in c# winform application
I want to extract a rar file to a location .
The thing is , that the rar file contains 4 folders, and the extraction fails.
I need to extract all files and folders in my rar to the location folder.
...




