Questions tagged [extractor]
The extractor tag has no usage guidance.
extractor
167
questions
0
votes
2
answers
4k
views
JMeter XPath Extractor Issue
I am trying to retrieve data from below XML but all the options i tried are giving me null value. Can someone please help!!!
<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns:S="http:...
0
votes
0
answers
8
views
JMETER Regular Expression Extracto. How can i get the specific extractor using the response i get below
Im not sure why the regexp extractor gives me a 'null' value
Response
GET http://t1vm-esource01/eSourceUAT/esoa%20printing/Reports/soa.ashx?docIndex=null&mastKey=SF8962
Heres my regular expression:...
0
votes
0
answers
160
views
Cant save modified files in archive
I'm working on a map editor tool for a game. I can load the contant of a specific *.box archive and load it's contents (files) to listView1 component.
If the file is a "IsReadableFile", then ...
0
votes
1
answer
122
views
I cannot pass my bearer token onto proceeding requests in jmeter
I have this test plan where I recorded my login via HTTP(S) Test Script Recorder in JMeter.
It works just fine for the recorded user. But when I tried to change the user info it won't work.
Here's my ...
0
votes
0
answers
145
views
Wazuh decoder not extracting data
I have an application and need to extract three different events: connect, command, disconnect.
I'm trying to get a decoder to work but even if i do a <regex>*</regex> is does not get ...
0
votes
0
answers
32
views
Typedef struct problems (extracting box files)
I need a little help.
I'm working an an extractor tool, but I have problems with my code.
Can you please help me?
I tried to edit my code multiple times. But I can not make it to work properly.
I can ...
0
votes
1
answer
38
views
How to use ccextractor in a django website to extract subtitles in windows
I am unable to make ccextractor work with django website and if I do it how I will able to deploy the website while ccextractor work locally . I think I am missing something critical, anyone know ...
0
votes
0
answers
250
views
Kotlin Array/List extractor in Pattern Matching
In Scala one can extract array elements in a pattern matching statement. For example, I want to take the first two elements of a string input:
private def parseFieldSize(s: String): Option[(Int, Int)...
0
votes
1
answer
35
views
How to extract 1 value from multiple JSON bodies in JMeter JSON Extractor?
Hope all is well with you guys.
In JMeter, I have a thread group to add items to cart for 2 users which results in 2 responses with 2 different bodies and different Cart IDs.
What I want is to extract ...
0
votes
1
answer
37
views
trying to pass the value (which is extracted from json path extractor) to the next http request
I have extracted 10 values from a Json path extractor, naming device_1,device_2,device_3 to device_10. I am able to see these 10 values in debug sampler and now i want to pass on these value to the ...
0
votes
1
answer
107
views
Is it possible to create Boost multi_index MEM_FUN key extractors for a container of Boost variant?
I am attempting to implement a multi_index container of Boost::variant objects. The variant consists of two derived classes of one common base object. I have implemented a virtual function in each ...
0
votes
1
answer
278
views
How to identify the specific true or false value from json assertion using jmeter?
The requirement is we have to identify "elements" and then check if its true or false.
{
"first": {
"second": [
{
"element": 1,
"...
0
votes
1
answer
49
views
Jmeter Extractor to recover string into a file
I would like to know if someone knows the solution to recover a string into a file with Jmeter (the string could change each time into the file then is not static).
I have a file like this:
device-...
0
votes
1
answer
2k
views
How to extract nested elements in JSON response using JSON extractor in JMeter
I would like to extract an element based on a condition inside a nested JSON response. Using the widely searched example below, I would like to extract the storeid of all books authored by "Foo ...
0
votes
0
answers
14
views
Why can't my regex pick up the phone #s on the web page? [duplicate]
Hey guys so I am building a phone and email extractor using python regex and while it works for the emails, it won't work for the phone numbers.
The code for finding phone number matches on the ...
0
votes
1
answer
25
views
JSON extractorion issue
I have a JSON like below and I want to extract ID using a username by json extractor expression.
I am using $..username , it give me all the username. what I need is that I pass username = Albert and ...
0
votes
0
answers
218
views
Error 'WARNING' message when using Extractor from Deepbrain library
I receive this error (as follow) when trying to use Etractor from deepbrain library:
WARNING:tensorflow:From C:\Users\myname\Anaconda3\lib\site-packages\deepbrain\extractor.py:19: FastGFile.init (...
0
votes
1
answer
2k
views
How can I add custom fields in Graylog?
How can I add custom fields (like on the screenshot)? I’m a beginner in graylog and I can’t found the answer on google. I found a similar topic in the Graylog Community, but it’s closed without ...
0
votes
1
answer
20
views
File extractor that its user can't change the installation path
I would like to know how I can make some kind of file extractor. But the problem is usually users could just change the target path. I wanted that it will ONLY extract the files to the location I ...
0
votes
1
answer
137
views
How to send authorization code from 1 API to another API using Regular Expression Extractor in Jmeter
I have an API name loginUser, which generates the authorization Token, that is to be passed in other subsequent APIs.
Below is the response:-
HTTP/1.1 200 OK Date: Sat, 10 Nov 2018 07:08:45 ...
0
votes
0
answers
277
views
Extract text from PDF section keeping strings in one line
I have a bunch of PDF files and I need to extract some information from them. The "section" have the text "Referências" and looks like the picture below:
I tried a lot of text extractor tools to ...
0
votes
0
answers
71
views
Need to get the xpath for tags in the below xml [duplicate]
<?xml version="1.0" encoding="UTF-8"?>
<OutputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/sp/SearchBPDBService" xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/" xmlns:ns0="...
0
votes
0
answers
587
views
libarchive Complete Extractor
I downloaded libarchive-3.3.2.zip and build it using mingw32 according to
https://github.com/libarchive/libarchive/wiki/BuildInstructions
I also set
LIBS += -L$$PWD/libarchive/ -larchive_static
for ...
0
votes
0
answers
108
views
Groovy with JavaFX GroovyObject not found in extractor for ObservableList
I'm trying to have an ObservableList of some type User which will notify any listchangelistener if one of the items stored in it had any of its values changed.
Though the callback always throws the ...
0
votes
1
answer
530
views
JavaFX: Make TableColumn observe formatted Double with extractor functionality
I have a TableView poulated by an ObservableList of a custom object FermentableInRecipe, where one of the TableColumns is defined to handle Numbers, and should display values as a percentage.
The ...
0
votes
0
answers
225
views
JavaFX ContextMenu items not displaying changes during runtime
So I am writing an AutosuggestMenu that adds a listener to a TextField and recommends suggestions in a popup ContextMenu, based on comparing the keystrokes entered with the Collection of words ...
0
votes
1
answer
59
views
U-SQL Extracting files wrong format
this is my first post/question about U-SQL
My process extract from Azure Data Lake Storage huge files data.
My problems is one of the files has wrong structure (one field less than expected) and is ...
0
votes
1
answer
126
views
Using each plugin in Nutch separately
I'm using extractor plugin with Nutch-1.15. The plugin makes use of parsed data.
The plugin works fine when used as a whole. The problem arises when a few changes are made to the custom-extractos....
0
votes
1
answer
671
views
Using JSON extractor to extract values from the response
I have 2 requests. In one request I have used the random text generator and generated some random string and passed that to a variable. After that a new record is created with than random name and ...
0
votes
1
answer
568
views
Jmeter - Extract id value from url with xpath
I've the following URL
https://x.x.x.x/x/continue?processId=1234567&formAction=register
I need to extract the proccessId to use in the following request, but in JMeter with XPATH extractor value
...
0
votes
1
answer
362
views
U-SQL extracting files complete contents (extracting full source code from html files)
I've got a bunch of HTML files in my Data Lake Store and would like to get their full source code into a table (just one column with the code from all the files, the output format is not relevant to ...
0
votes
1
answer
21
views
Program that can extract something from a website
I`m sorry if this is the not right place to ask. If not please delete this.
I`m looking for someone that can help me with a very simple program that can do this:
Login into accounts on an website ...
0
votes
1
answer
88
views
Having issues while screen scraping pdf by converting to html - using ITPilot in Denodo
In ITPilot after recording the sequence, I have to screenscrape a Pdf document. I am able to convert the pdf to HTML and the resulting HTML is not totally formatted. This is resulting in the extractor ...
0
votes
2
answers
402
views
FXCollections, Callback<E, Observable[]> extractor for Sets?
I am aware of the factory method that takes an extractor as a parameter:
FXCollections.observableList(List<E> list, Callback<E, Observable[]> extractor)
Is there an equivalent for an ...
0
votes
1
answer
307
views
extracting data from a website (spotify) using javascript
I'm trying to extract text data from a list on spotify (a list of artists I follow) using javascript console in firefox browser. I'm using this code to extract all the artist names from the elements ...
0
votes
0
answers
662
views
Dealing with NULL in ObservableList Extractors
I have an ObservableList with an extractor, so that the listener attached to the object fires when properties of the items in the list are changed:
ObservableList<User> users = FXCollections....
0
votes
0
answers
383
views
How to create $doctrineExtractor in Symfony 2.8?
How to create $doctrineExtractor in Symfony 2.8? It requires ClassMetadataFactory in the constructor, but i do not understand how to create it?
I want to get property info about the Entity.
...
0
votes
0
answers
493
views
Eclipselink class extractor
I have 2 entities object A and B. B extended A and I have @ClassExtractor on A to return the correct class type from the database row. However, if I want to query on A, will it check for class ...
0
votes
0
answers
288
views
JSON Extractor : Extract from Sampler Result and from response and use in another HTTP request
I am new to JMeter and trying to extract the ApplicationCookie from Sampler Result, which looks like below
.AspNet.ApplicationCookie=j6rRWJLR44frKxJn3skUv-...
0
votes
1
answer
766
views
In jmeter : how to extract values from two different json response and use that extracted values as a parameter for new http request
In jmeter: I’m using two http requests in one thread group, so I’m getting two response from those http requests.
I need ‘member id’ from one response and some string(digest) from other response, in ...
0
votes
1
answer
421
views
Is surf descriptor extractor still available in opencv3.1?
Does anybody know if surfdescriptorextractor is still available in opencv 3.1? if it is how may i use it can you direct me? Thanks in advance
0
votes
0
answers
146
views
Jmeter response search
We have a html
12345
I want to extract 12345 through CSS/JQuery and tried the following .
$("#ContentPlaceHolder1_WinLabel").html()
But it is not working in jmeter and but and able to get the value ...
0
votes
2
answers
939
views
jmeter variable can not be referenced as expected
I have a problem with my Test Plan. If I add User Defined Variable, let's say csrftoken and assign NOT_INITIALIZED to it in User Defined Variables config element, it is passed to http request where it ...
0
votes
1
answer
72
views
Json extractor make HTTP request stop
After i installed jmeter component from link [enter link description here][1][1]: https://github.com/ATLANTBH/jmeter-components, i create HTTP request to login and use json extractor to get access ...
0
votes
1
answer
86
views
Any Riak Yokozuna custom erlang term extractor available?
My basic requirement is proplist actually and I guess I can write a custom extractor for application/erlangproplist.
Just out of curiosity, as Riak is written in Erlang, is there any Erlang term ...
0
votes
0
answers
128
views
Scala - restricting access to generic case classes
If I want a case class that cannot be manually constructed from outside a package, standard way would be something like this:
case class Foo private[p](a:A,b:B)
object Foo{
def apply(c:C) = {
...
0
votes
1
answer
96
views
SgmlLinkExtractor in scrapy
i need some enlightenment about SgmlLinkExtractor in scrapy.
For the link: example.com/YYYY/MM/DD/title i would write:
Rule(SgmlLinkExtractor(allow=[r'\d{4}/\d{2}/\d{2}/\w+']), callback='...
0
votes
1
answer
192
views
How can resolve recursion depth exceeded (Goose-extractor)
I am one problem with goose-extractor
This is my code:
for resultado in soup.find_all('a', href=True,text=re.compile(llave)):
url = resultado['href']
article = g.extract(url=url)
...
0
votes
1
answer
90
views
how to access the inner html content with the css engine in extractor plugin for filtering process
I have configured Apache Nutch , Solr with the extractor plug in for filtering of html content. how could i be able to access the inner div content with using css engine or xpath engine.
Thanks in ...
0
votes
1
answer
1k
views
Issue parsing PDF with Apache Nutch - extractor plugin
I am trying to index web pages AND pdf documents from a website. I am using Nutch 1.9.
I downloade the nutch-custom-search plugin from https://github.com/BayanGroup/nutch-custom-search. The plugin is ...