7,885 questions
-2
votes
0
answers
65
views
How to dynamically extract multiple tables with varying formats from Excel (.xlsx) files? [closed]
I hope you're doing great.
I'm facing a situation where I need to dynamically extract data from Excel (.xlsx) files that contain:
Multiple tables per sheet
Different table formats
Inconsistent ...
0
votes
0
answers
76
views
Error 0x80010135: Path too long Sentinel-1 Data Extraction [closed]
Error 0x80010135: Path too long.
I keep getting this error while trying to extract my Sentinel-1 datasets zip folder
Note that I am using Windows 11 PC.
-1
votes
0
answers
43
views
Extracting numeric component of some of the column entries [duplicate]
I am reading in some .xpt data using the haven package. When I view the dataframe in RStudio, it appears as in the snapshot below (showing only a small number of the columns):
There are actually 16 ...
1
vote
1
answer
96
views
Conditional formatting in Excel for product codes with specific prefixes
I need an Excel conditional formatting formula or VBA to identify product names in a column to highlight cells red if the product name contains two or more sub-products (number+letter codes like r600, ...
0
votes
0
answers
54
views
How to extract first n rows of a .tsv.bgz file with gsutil?
How to extract the first n rows of a block compressed tab-separated value text file (.tsv.bgz), which could only be accessed with gsutil, into a text file? The original file is very large, so I wonder ...
1
vote
0
answers
120
views
Extract SAP cell value and copy to cell in excel
I use VBA to show 1 value from SAP (Total in COOIS).
All works well but I have to type the value into Excel because the Total value is every time on another position, and I can't find how to copy into ...
0
votes
0
answers
181
views
How can i get the User-Defined results from Plaxis 2D by python code?
I want to obtain an excel file as well as printed results of the "Ru, max" values (Liquefaction values) of my plaxis model by coding in its python API.
I have modelled a soil column in ...
0
votes
2
answers
94
views
Can't Extract Hashtable/Stringified Custom Values from Powershell
I'm trying to extract info from a JSON file via a ConvertFrom-Json command. Its format is:
{
"Id": "0",
"Name": "John",
"Actions": [
...
0
votes
3
answers
121
views
How to auto extract cbz in subfolders on windows?
I have a directory with a bunch of subfolders and each subfolder contain a cbz file.
Extract each .cbz file.
If the extraction creates a subfolder, move its contents up to the .cbz file's folder.
...
0
votes
1
answer
79
views
Filtering by month name after EXTRACT(MONTH) – best practice or mistake?
I’m writing a query to calculate the total monthly sales per employee and display only the data for April. I’m using PostgreSQL, and while the logic seems fine to me, the output isn’t working as ...
0
votes
1
answer
60
views
python lxml and getting a table from word document
I'm working on pulling some information from word document. I have multiple tables in it and i want to get 1 specific table that does not have any specific location in the document that could be ...
-1
votes
1
answer
63
views
Data extraction from Spring boot classes
I've been trying to get some data from classes instantiated by Spring boot, like controllers and services, to display them in local program, the same on that is supposed to start the whole thing. ...
-1
votes
1
answer
72
views
Seeking to extract certain including "/"n"p" where n is a digit or may not exist
Using Google Sheets: I'm trying to extract the price e.g. 250, 990 and 1760, the currency e.g. CZK, and problematically the text /p, /2p or /3p from some text field. Some example lines are shown ...
3
votes
2
answers
96
views
Extracting a variable part of a string
I have learned that subtracting two dates in Db2 results in a number which is to be interpreted as an interval:
SELECT current_date - '1943-02-25' FROM SYSIBM.DUAL;
-- 820020: 82 years, 0 months, ...
0
votes
1
answer
102
views
Which formula to use in Power Automate to find a number from a txt file?
Good afternoon.
I am working on Power Automate and I would like to create a compose action that extract a specific data from a .txt file (Mail1.txt).
I would like to extract the number which is ...
0
votes
0
answers
42
views
How to extract a specific column information from a pdf using flutter
I have a pdf file which has a table. Inside the table I have multiple columns. I want to extract the data from a specific column for all the entries. The pdf might contain multiple pages.
I am able to ...
0
votes
1
answer
74
views
Extract specific conditional string SQL Redshift
I want to extract only val2 from the below column1 of a table, I'm not sure how to do it with SQL though I've tried with regexp_subtr/instr, the length of column values are dynamic but the contents of ...
1
vote
1
answer
45
views
It is not possible to extract specific columns of data in gnuplot based on a specific heading
In the following Gnuplot script, I want to extract values from a specific table. This works fine for columns that contain numbers but I cannot extract the path from the column "Measure:volume&...
3
votes
5
answers
133
views
Splitting one column to three columns for uneven characters in r
I have tried to split a single column to three columns. But I failed.
I have the following data set
> dat
name
Jhon Austin B 100kg
Mick Gray C 110kg
Tom Jef A 30kg
First I tried to extract ...
-1
votes
1
answer
135
views
How to Extract Emails from .pst Files Using Python?
I have .pst file of outlook emails from which i want to extract the emails. what approach should I follow to extract the emails from this.
i'm writing python code for it.
data extraction from .pst ...
0
votes
1
answer
66
views
Extract specific dictionary value from dataframe in PySpark
I have a below dataframe
dataDictionary = [('value1', [{'key': 'Fruit', 'value': 'Apple'}, {'key': 'Colour', 'value': 'White'}]),
('value2', [{'key': 'Fruit', 'value': 'Mango'}, {'...
1
vote
0
answers
126
views
Extracting audio from a video (camera trapping) and generate GUANO metadata
I have a large quantity (thousands) of video files (.MP4) generated by camera traps.
I want to extract the sounds (as .WAV or any other relevant format for further analysis in an acoustic software ...
0
votes
0
answers
82
views
How to Extract Audio From BGM.DAT file?
I know that the music is contained in the file called BGM.DAT and the file is .3gb so online converters are no use because of their file size limitations. How do I extract the audio files form the ....
0
votes
2
answers
110
views
How can I scrape the data within the "informations détaillées" section of this URL : https://gallica.bnf.fr/ark:/12148/cb42768809f/date?
Hi guys i am brand new with webscraping.
I am trying to webscrape the the data within the "informations détaillées" section of this webpage (https://gallica.bnf.fr/ark:/12148/cb42768809f/...
0
votes
1
answer
141
views
How to Convert a PDF Table with Thousands of Rows into JSON in React
I am working on a project where I need to convert a PDF containing a large table (thousands of rows) into a JSON Array of object. The PDF has a table with headers that should be used as keys in the ...
0
votes
1
answer
140
views
extract vector charts from PDF
I can't find the solution to how to isolate or extract vector chart and graphs(that are not images) from pdf.
I have tried extract directly, but I realize that it is not that straight forward. I was ...
0
votes
0
answers
45
views
Textract extract 2 columns of QUANTITY type data. What would be the best way to detect which is the good one?
I'm using AWS Textract with AnalyzeExpense to extract data from P.O.
But sometime, P.O. have "QTY ORDERED" and "QTY SHIPPED" and both are detected as QUANTITY. So I end up with 2 ...
-3
votes
2
answers
67
views
How to extract items from a list in Excel 2019
There is list of values (not text, numbers only) in document (for example from B3 to B14).
Values may appear in different cells in the list and not always in all of these cells of the list. There may ...
0
votes
1
answer
166
views
Preserve xy coordinates while using terra::extract with vector data
I have a list of xy coordinates (originally from a raster) that I want to associate with their political unit (e.g., point a is in New York, point b is in Vermont). Associating a point with a separate ...
0
votes
0
answers
58
views
is pdfjs-dist external library is compatible for chrome extension , if yes then what are the step to add into plugin?
I want to extract data from a PDF file in my plugin and use the data for information. I am trying with pdfjs-dist, but it breaks my gulp-building process, showing pdf-dist as an external dependency. ...
1
vote
1
answer
164
views
How to extract text associated with image from pdf?
I am using pymupdf to extract images from PDF. Code sample is as below.
import pymupdf
doc = pymupdf.open('sample.pdf')
page = doc[0] # get the page
image_list = page.get_images()
page_index = 0
...
0
votes
1
answer
82
views
Decoding X32 Behringer mixer response
I would like help please to get the 4 Return meter values (post gain/trim, gate, dyn gain reduction and post‐fade) from the X32 behringer mixer, these are in 32 bits floats, little‐endian coded. to ...
0
votes
0
answers
23
views
Conditional Data Extraction from Nested JSON Using Recursive Search Fails to Return Non-Empty Specific Values
I'm working on a Python script to extract specific values from (several 100,000) deeply nested JSON files. While my script correctly extracts most of the desired fields using recursive searching, it ...
0
votes
1
answer
58
views
How can I extract specific values from a .csv-File and add them into a specific cell in a pre-exisiting dataframe/tibble in R automatically?
I want to automatically extract specific values from a .csv-File, which is generated by our measuring device, into a a dataframe/tibble in R which has a pre-defined layout. The name of the measured ...
0
votes
2
answers
82
views
Extract an item by name from an MapType() column in a PySpark column
I have a PySpark dataframe structured like this, where the array is formatted to start with a number: 1: "item / state / zip" most, but not all of the time. Sometimes the order will be ...
0
votes
3
answers
93
views
Extract two $numbers from Column A and place them in Col B&C
Column A has multiple rows with two numbers.
The numbers always follow a dollar sign and there are always only two numbers.
Some numbers can include a "," or a ".".
I'd like to ...
-5
votes
1
answer
77
views
regex returns more data than it should
please read before you comment.
im trying to make a simple website scraper but i run into this error, it scrapes urls for scripts and its apparently capturing :
SCRIPT URL : https://accounts.google....
0
votes
1
answer
57
views
Extract precipitation values from netcfd
I’m stuck on a question about extracting a variable from a NetCDF file. Here is the structure of my input netcdf file:
comephore_all
Out[37]:
<xarray.Dataset>
Dimensions: (x: 85, y: 99, time: ...
3
votes
1
answer
105
views
How to store the time offset given in a timestamptz literal?
I need to store the the given time zone in the column (operation_time_zone):
INSERT INTO segments (
operation_type, operation_time, operation_time_zone, operation_place,
passenger_name, ...
-1
votes
1
answer
83
views
How to turn URL into its Title in Bulk using App Script?
I need to export bulk data for real estate. There is an option to replace the URL with its Title, but you have to do it one by one in Google Sheets. I was hoping to see if there is a way I can do it ...
0
votes
1
answer
199
views
How do I programmatically access the Description field of MP4 metadata?
I'd like to write an AppleScript that extracts the metadata from the "Description" field in .mp4 files. I usually do this manually opening VLC > Media Information > General. On "...
3
votes
1
answer
108
views
How do I extract the choices of a menu picker in XCTest?
My app uses the SwiftUI Picker, and I'd like to test that it only contains the expected choices. When I try to extract the choices in XCTest, I get back an extra entry, Choose an option, Option 1, i.e....
0
votes
1
answer
99
views
How to Extract Point Data from Multiple Subsetted Netcdf Files for Sea Surface Density using terra::rast() and terra::extract functions in R
Description of Data
I downloaded MULTIOBS_GLO_PHY_S_SURFACE_MYNRT_015_013 data for daily sea surface density from 2012 to 2024 from The Copernicus Website. A person can only download 2 years of data ...
0
votes
1
answer
71
views
Odd error in a BigQuery SQL Query, looking for an explanation
SELECT
DISTINCT
CONCAT(ue.vb_name, ue.b_name) AS Uber_Eats_Slug,
CONCAT(gh.vb_name, gh.b_name) AS Grub_Hub_Slug,
FORMAT_TIMESTAMP('%Y-%m-%d %H:%M', CAST(ue.timestamp AS TIMESTAMP)) ...
0
votes
1
answer
137
views
Return first n characters following header in fasta file
I'm trying to extract the first n sequences following a header in a fasta file. Headers are defined typically with a ">" character, such that a block of sequences corresponding to a ...
0
votes
1
answer
200
views
Extract passing-bablok slopes and intercepts by group using mcreg (mcr package) in R
For about a hundred of different analytes (groups), I would like to compare serum and plasma values using passing-bablok regressions with the mcr::mcreg function, and extract slopes and intercepts (...
1
vote
0
answers
53
views
Excel - charting with Python
I have an excel file having large no. of experiment data, each experiment data start with time column value 00:00:00., ending time is not same for all. I want plot of all experiment data in same graph
...
1
vote
1
answer
82
views
Obtain all attributes from an rgbif occurrence download
I have downloaded occurrence data using the rgbif package successfully. However, the attributes that are available seem restricted. Specifically, I would like: Habitat, Identification remarks and ...
1
vote
4
answers
97
views
Formula to extract from cell, anything that comes before the first text and number string
In Excel, I am trying to find a formula to do the following
I have a list of addresses with postal codes that are either 3 or 6 characters:
Cell A1: 3 Red Street, Vancouver, BC, A1C 9C2, CAN
Cell A2: ...
-1
votes
3
answers
89
views
Run Python script to Extract file in different folder
I have trouble with my Python script.
Currently, my script works to run the script which is file and myscript.py in the same folder.
I want to run myscript.py to extract files in another folder.
...