Member since
01-17-2018
10
Posts
0
Kudos Received
0
Solutions
07-17-2018
01:00 PM
Hello,
I added the attachment file. With the GenerateFlowFile operator I sent the file to the SplitText operator. I've assigned it as a variable in the ExtractText operator.
then I started to get the url diary about InvokeHTTP. @SaiKumar Akula test-weather.xml hope helps.
... View more
06-28-2018
09:23 AM
@Shu hello, ReplaceText process data did not work on large data. I am posting a larger example of the data in the attachment.
If you can help it very much but very much.xml-to-json.zip
... View more
06-27-2018
05:34 AM
Of course, you can find the work file as an attachment.
thank you so much. xml-to-json.xml style.zip
... View more
06-26-2018
05:04 AM
thank you for your help. it worked.
but as an example I rolled this json format. Normally it will be over 100mb. the error is still the same.But this solution can be a quick solution.
can not you do anything to correct this problem in the incoming xml file Stylesheet?
note: I have not been able to experiment on large data yet because it is in the test phase.
... View more
06-25-2018
07:28 PM
Hello, I am taking data in xml format using SOAP-Request. stylesheet.zip I convert the incoming xml data to json format through the Stylesheet XML file using the TransformXML processor. but in the json file that is created after the conversion, I am getting the wrong json format warning because I am marked as yellow ". incorrect { "soap:Envelope": { "soap:Body": { "Musteri_Hiyerarsi_TablosuResponse": { "Musteri_Hiyerarsi_TablosuResult": "[ { "UNIQ_KEY": 740281.0, "TTALT": 112.0, "TTAD": "TEST" } ]" } } } } "sign cleared {
"soap:Envelope": {
"soap:Body": {
"Musteri_Hiyerarsi_TablosuResponse": {
"Musteri_Hiyerarsi_TablosuResult": [
{
"UNIQ_KEY": 740281.0,
"TTALT": 112.0,
"TTAD": "TEST"
}
]
}
}
}
} I ask you for your help on how to remove the character. ek'te thank you.
... View more
Labels:
- Labels:
-
Apache NiFi
01-27-2018
08:58 PM
thank you so much.
... View more
01-27-2018
06:30 PM
Hello, I want to make a stream for Yahoo weather. But I do not want to use GetHTTP separately for each province. I would like to throw multiple queries in a single GetHTTP instead. I would like to send the following 2 queries as an example Query 1; http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.places(1)%20where%20text%3D%22Adana%2CAdana%2C%20tr%22)%20and%20u%3D%22c%22&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys Query 2; http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.places(1)%20where%20text%3D%22Ankara%2CAnkara%2C%20tr%22)%20and%20u%3D%22c%22&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys How do I submit them on a single processor? there are 81 provinces like this. I do not want to do it all separately. Thank you.
... View more
Labels:
- Labels:
-
Apache NiFi
01-17-2018
10:19 AM
text data import table. Data share text format in ftp. I will add the incoming data to the table. How do I split the columns into columns.
How to define column values as properties with ExtractText
... View more
01-17-2018
06:43 AM
Hello, splittext flow file flowfile example, Delimiter ';' 1096;2017-12-29;2018-01-08;10:07:47;2018-01-10;Jet01 Attribute 1 : 1096 Attribute 2 : 2017-12-29 Attribute 3 : 2018-01-08 Attribute 4 : 10:07:47 Attribute 5 : 2018-01-10 Attribute 6 : Jet01 how can I set the Attiribute? FlowFile SplitText ExtractText Please help me
... View more
Labels:
- Labels:
-
Apache NiFi