Member since
06-07-2018
23
Posts
1
Kudos Received
0
Solutions
07-03-2018
09:17 AM
How can I parsing html file in nifi? I need remove the first two <table> and take data from every <th> in <tr>. Which processors I need to use and how? Example of a file structure on pic.
... View more
Labels:
- Labels:
-
Apache NiFi
06-27-2018
02:25 PM
Perfect! Thanks! I'll try QueryDatabaseTable for it. It'll be better!
... View more
06-27-2018
11:32 AM
Processor reads data from database an infinite number of times. How can I limit this so that he reads the data only once and does not repeat?
... View more
Labels:
- Labels:
-
Apache NiFi
06-27-2018
10:14 AM
Hello! Can't understand whats wrong... I've got processors group to take data from json to sql. When I try to "view as formatted" - I see this: Use SplitJson to split file after it use ReplaceText... and he doesn't work correctly. Unable to generate view of data: Unrecognized token 'INSERT': was expecting 'null', 'true', 'false' or NaN
at [Source: (BufferedInputStream); line: 1, column: 8"
... View more
Labels:
- Labels:
-
Apache NiFi
06-20-2018
12:26 PM
Files on FTP server. I got them with ListFTP and FetchFTP. Then I use RouteText(I think) to filter them by name. And after it I need to parsing data with divide into parts(with SplitContent, I'll try). And unload data on sql server with PutDatabaseRecord.
... View more
06-20-2018
10:32 AM
If you could show me an example, it would be rly nice, 'cause I don't quite understand the principle of action... Thanks!
... View more
06-19-2018
04:43 PM
I've got a data file that needs to be divided. Inside the text file, the sections are divided: # @ - the beginning of the section with data, # $ is the start of the data block, Next # means the end of the Section. How can I do it?
... View more
Labels:
- Labels:
-
Apache NiFi
06-19-2018
04:31 PM
I figured out how to add data from the server to the database *applause*. But the question arose: can I add an extra column with file name/id in the data that I load into the database to understand the data from which file I'm using. Mbe nifi got some processor toadd persistent data to each line before we take them into database?
... View more
Labels:
- Labels:
-
Apache NiFi