- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
invokehttp NIFI not translating URL as I expect
- Labels:
-
Apache NiFi
Created on ‎03-28-2018 07:05 AM - edited ‎08-17-2019 09:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to get Httpinvoke to retreive a url. When I paste in the URL it retreives it. When I read it form a file, extract the text, put the url into an attribut and reference this attribute I get the folowing error:
invokehttp.java.exception.class java.net.MalformedURLException No value set invokehttp.java.exception.message no protocol: No value set
My Extract text looks like this where plek is the attribute (first attachment) and my InvokeHttp like this
Anyone any idea why this fails with this error.
Created on ‎03-28-2018 08:04 AM - edited ‎08-17-2019 09:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Enclose your regex in parentheses() in Extract text processor because we need to have at least one capture group in extract text processor.
Extract text processor Configs:-
plex
(.*)
.
If the Answer helped to resolve your issue, Click on Accept button below to accept the answer, That would be great help to Community users to find solution quickly for these kind of issues.
