Skip to main content

Questions tagged [extract]

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 include additional tags to clarify which specific environment/language/scenario your question refers to.

-1 votes
0 answers
17 views

How to extract specific files from an image

I have an image from an HDD, but the partition table is missing/corrupt. I would like to extract specific files from the image I have. The files have the format header - content - footer - furher 212 ...
Martin Kleine's user avatar
-1 votes
0 answers
19 views

How can I extract longitudes and latitudes from a big List file [closed]

I am trying to extract the longitude and latitude columns from a vessel data list in RStudio. The data already contains longitude and latitude columns with numbers, as I can clearly see in the Excel ...
Charlene Perez Santos's user avatar
2 votes
1 answer
48 views

Compare strings from a very large text file (over 100 GB) with a small text file (about 30 lines) and print all the strings contained in both files

I have two text files. One contains a very long list of strings (100 GB), the other contains about 30 strings. I need to find which lines in the second file are also in the first file and write them ...
JoZePe's user avatar
  • 23
-2 votes
1 answer
53 views

Extract only phone number without country code in BigQuery

I have some data in GCP BigQuery where the 'phone_number' column is in the formats shown below. How can I extract only the digits in the data corresponding to the area code and subsequent phone number,...
Gaurav Bansal's user avatar
0 votes
0 answers
12 views

Netsuite Extract Data

I'm currently creating my google chrome extension that inject a button in netsuite and when this button is clicked it should trigger the native Excel export Netsuite button and everything is working ...
Caos's user avatar
  • 13
0 votes
1 answer
34 views

Extract fill color information from PPT Table

In a PowerPoint presentation, I have a table where one column is filled with different colors. Is it possible to automate to identify/extract the RGB values or color of the fill in each cell? Tried ...
Raj Kumar's user avatar
1 vote
0 answers
40 views

Extracting PDF data into Excel

enter image description here using pdfplumber a python library to extract the data from pdf, but i cant get the images out of it in the particular table column. using below packages to get the images ...
dheeraj gakkampudi's user avatar
-1 votes
0 answers
27 views

Can I extract different parts of a regex using parentheses in R? [duplicate]

I have some tough files to parse in my R program, namely some IgBlast output files. I was wondering if R allows me to match the lines I want with a regex, and extract different parts of the regex ...
DaniCee's user avatar
  • 2,859
0 votes
3 answers
57 views

Slice row out of CSV file using either Python alone or jsonata

I am using the C2Intel Feeds to find specific observables and when I do, I'd like to extract/slice out the row. Example: https://raw.githubusercontent.com/drb-ra/C2IntelFeeds/master/feeds/...
SergeT's user avatar
  • 15
-1 votes
0 answers
54 views

Too many Variables in Bat file?

I'm currently working on a batch file, but I noticed that the track/car cleaning and the extractions were not 100% working everytime. At the moment its not deleting nor extracting anything, and does ...
Chris Böhnke's user avatar
0 votes
1 answer
29 views

Merge requests data extraction from Gitlab API

I am trying to extract merge requests data from Gitlab, through calling the API. I change the value after per_page to higher numbers however it does not work and it still only get 100 rows while I ...
user25445238's user avatar
-2 votes
0 answers
50 views

python code to extract data from word doc and convert it to excel

i have a word document that contains data that i want to convert to excel with 4 columns based on text position as follows: left most or the part in the grey area in column a the words with + sign ...
brahim's user avatar
  • 1
-3 votes
1 answer
79 views

How to Display All Repetitive Digits from a String ? in vb.Net

String = 24-06-1966 repetitive Nos to be displayed 6, 6, 6 Non-Repetitive Nos to be displayed 2, 4, 1, 9 Hello If someone can help me to get or displayed Repetitive digits from Numeric String ...
SsD's user avatar
  • 11
0 votes
2 answers
39 views

Extract(year from column) yields year with one decimal in SQL, why?

I used this to extract year from datetime: select extract(year from orders.OrderDate) It gave me year with one decimal. e.g. 2019.0 Why is this? Any feedback would be appreciated! I also tried: YEAR(...
lu yan's user avatar
  • 1
0 votes
1 answer
38 views

Data extract from Youtube Channel

I got the code to extract the list of the videos with titles and their links from YouTube. It works with videos only but not for the shorts. The codes are as: Code 1: var scroll = setInterval(...
Fakhar Shafi's user avatar

15 30 50 per page
1
2 3 4 5
468