Category "extract"

How do I count the amount of lines (products) after a certain keyword?

I am trying to create a dataframe from all receipts of a supermarket. However, I cant seem to get the 'count' of the amount of items in a particular receipt. Ex

iMacros - extracting text

Can you explain to me why my EXTRACT doesn't work? I am trying to count the number of users with private profiles in my group (because mostly these are bots). S

Extracting embedded data from mongo object ( sub fields) in Talend

I'm working on Talend open studio for Big Data and connected to a MongoDB Database , however i can't extract complex subfields objects from my collections, some

Avoiding a Loop to Extract Vectors From Rows in Dataframe in R

I have data in a text file in which the cases are stacked in a single column. I need to extract selected lines from each case into vectors. I know how to do t

Java 7 Zip-JBinding Truncated zip file extracted from ISO

I am using below code (link to full code) to extract zip file which is inside iso file using 7-zip-JBinding. for (ISimpleInArchiveItem item : simpleInArchiv

extract attributes from list

I am a novice in python and I treat to extract emotions from list and put each attribute to its corresponding series to train machine learning algorithms for ex

How to return a word from between nth comma and n+1 th comma?

I want to extract a word from text which is separated by commas. This is one of the data from users. 117573,117573,219,219,75,75,Messi,barcelona,53780217,forwa

Bigquery Regexp pull from 2 different patterns

I'm trying to pull product search colors from urls in my bigquery data, but the urls format changed at one point so I'm trying to pull them from two different f

Sort according to two columns and extract top two based on last column

I have a file with three columns. I would like to extract rows with top two values in column 3 for each unique value in column 2. cat file.list run1/xx2/x2c1.tx

extract data immediately after numeric value in a cell in google sheets

I have cells containing data in google spreadsheet as quantity of some entity and I wish to extract only that string which is after the quantity value (number).

Extract list of person on wikipedia list using dbpedia/sparsql

i'm new with dbpedia and sparsql, i was wondering how i could extract a list of passengers (https://dbpedia.org/page/Passengers_of_the_Titanic) from dbpedia. As

How to extract ROS parameters from bag file and save them in xlsx format?

I have record a ROS bag file. But when I play it one terminal with rosbag play my_file.bag and in the another terminal I do rosparam list its only shows the

extract all items in Google map search first page

I'm interested in Google map scrapping through Python and selenium. I want to scrap all the leads for a specific search. In the first page 20 leads are displaye

How to extract column names from SQL query using Python

I would like to extract the column names of a resulting table directly from the SQL statement: query = """ select sales.order_id as id, p.product_na

Extracting root and intermediate certificates from .cer file MAC

My question might look very similar to this one: How to get CA Root and Intermdiate certificates from .cer file I need to extract inter and root certificates fr

Issue when selecting desired elements from dict_keys in Python

I have a list of disctionary keys ['A_report1', 'A_report2', ..., 'A_report10','B_report1', 'B_report2', ..., 'B_report10',]. I want to extract all 'report1' fr

Python extract zipfile

I want to extract txt files from zip file to Desktop and i got it with the code below but if zip files have file which has text files, how i extract these text

Extracting from CSV file knowing row and column number on command line

I have a CSV file and I want to extract the element in the first row and 3rd column. How might I go about doing this?

Decrypt Cookies (encrypted_value) from Chrome/Chromium 80+ in C# - Issue with Auth Tag

I got an issue with decrypting cookies that are stored in Chrome's sqlite db under encrypted_value. The extraction from the sqlite db works just fine: // fileP

Extracting output from .exe in real-time and storing it

I have a .exe programme that produces real-time data. I want to extract the output when running the programme in real-time, however It's my first time trying th