python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Trying to extract json value from one to many columns on bigquery
I am trying to model a table where one of the columns contains:
[{"code": "SEEYOUSOON100", "amount": "250.00", "type": "percentage"}]
Any s...
dellaklo
Votes: 0
Answers: 1
Can I extract a number with a specific format from a column, and copy the number to a new column?
I have a spreadsheet that is used for scheduling employees, and for our purposes we use a job name and number in the same cell like so:
Employee
1/1/22
1/2/22
John A
ABC Job 21-1111
XYZ Job 21...
Mark Coleman
Votes: 0
Answers: 1
Extract text from tuples
I am a beginner. How can I extract certain text from a tuple or list in this example?
Example:
(<QueryEntity 'example_entity' ('example_entity_type')
char: [somechar-somechar], tok: [sometok-somet...
Ca1eb9
Votes: 0
Answers: 0
Extracting email address, first name and last name from multiple PDF files within a folder
I am trying to extract the following information from all PDF files within a folder, the PDF files are CV's: Email Address, First Name, Last Name for a work project.
I have successfully managed to ext...
Berci Vagyok
Votes: 0
Answers: 1