Re: NIFI - Topic pattern names

2021-02-23 Thread KhajaAsmath Mohammed
Please ignore I was able to figure out . Was missing . before * On Tue, Feb 23, 2021 at 4:19 PM KhajaAsmath Mohammed < mdkhajaasm...@gmail.com> wrote: > Hi Joe, > > I have used the below but it is not reading data from topics. I want to > read data from all the topics which starts with

Re: NIFI - Topic pattern names

2021-02-23 Thread KhajaAsmath Mohammed
Hi Joe, I have used the below but it is not reading data from topics. I want to read data from all the topics which starts with LOCATION_RI [image: image.png] On Tue, Feb 23, 2021 at 2:58 PM Joe Witt wrote: > See >

Re: NIFI - Topic pattern names

2021-02-23 Thread Joe Witt
See http://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-kafka-2-6-nar/1.13.0/org.apache.nifi.processors.kafka.pubsub.ConsumeKafka_2_6/index.html Look at 'Topic Name(s)' and 'Topic Name Format' with a provided naming pattern. Thanks On Tue, Feb 23, 2021 at 1:55 PM KhajaAsmath

NIFI - Topic pattern names

2021-02-23 Thread KhajaAsmath Mohammed
Hi, I am planning to consume multiple topics from kafka that status with a particular word. May I know how to use this? I dont want to enter all the names. Thanks, Asmath

Wait-Notify unstable behaviour and understanding processor properties

2021-02-23 Thread Valentina Ivanova
Hello! I am working on the following use case - I have a flow which is listing the json files in a folder (between 200-300), then splitting each file to high level 'message' (up to 2000 messages/file) and then splitting each high level message into low level messages (up to 60low level

Re: Issue with GetFTP and arabic letters?

2021-02-23 Thread Jens M. Kofoed
Sound really good. Many thanks  Kind regards Jens > Den 23. feb. 2021 kl. 13.42 skrev Pierre Villard > : > > Submitted a pull request and confirmed it worked with arabic characters > against a public server I was able to test GFF -> PutFTP as well as ListFTP > -> FetchFTP. > We may have

Re: Issue with GetFTP and arabic letters?

2021-02-23 Thread Pierre Villard
Submitted a pull request and confirmed it worked with arabic characters against a public server I was able to test GFF -> PutFTP as well as ListFTP -> FetchFTP. We may have a 1.13.1 release coming soon so it would likely be included. Thanks, Pierre Le mar. 23 févr. 2021 à 15:30, Jens M. Kofoed

Re: Issue with GetFTP and arabic letters?

2021-02-23 Thread Jens M. Kofoed
Jira bug created: https://issues.apache.org/jira/browse/NIFI-8220 kind regards Jens M. Kofoed Den tir. 23. feb. 2021 kl. 12.28 skrev Jens M. Kofoed < jmkofoed@gmail.com>: > no problem, > > By the way I just tried PutFTP and it also have some issue. > I created a flowfile, used an

Re: Issue with GetFTP and arabic letters?

2021-02-23 Thread Jens M. Kofoed
no problem, By the way I just tried PutFTP and it also have some issue. I created a flowfile, used an UpdateAttribute to set the filename to: امتحان.txt used a PutFTP (with utf8 enabled) and the filename at the ftp server become: امتحان.txt Den tir. 23. feb. 2021 kl. 12.20 skrev Pierre

Re: Issue with GetFTP and arabic letters?

2021-02-23 Thread Pierre Villard
Do you mind filing a JIRA? I had a quick look and the fix should be fairly straightforward. Will give it a try to confirm. Thanks, Pierre Le mar. 23 févr. 2021 à 15:09, Jens M. Kofoed a écrit : > Hi > > I have now tried with NiFi version 1.13.0, and there are still issues with > non-English

Re: Issue with GetFTP and arabic letters?

2021-02-23 Thread Jens M. Kofoed
Hi I have now tried with NiFi version 1.13.0, and there are still issues with non-English characters. The ListFTP process does not have an attribute "Use UTF-8 Encoding" but FetchFTP has. I have created a file with this filename: امتحان.txt ListFTP list the filename as: ??.txt which does not

Re: Issue with GetFTP and arabic letters?

2021-02-23 Thread Pierre Villard
Let us know if this still doesn't work, we will definitely want to look into it! Le mar. 23 févr. 2021 à 11:47, Jens M. Kofoed a écrit : > Hi Pierre > > Many thanks, I will definitely try the new version 1.13.0. I have already > tried the List+Fetch processers in 1.12.1. And these 2 processors