Member since
01-10-2024
28
Posts
11
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
507 | 01-18-2024 11:10 PM |
04-08-2024
08:04 PM
1 Kudo
@SAMSAL Hi Samsal, Problem solved by using regex to extract maprecord{[xxxxx]}, Thanks for your details explaination about the lookup service
... View more
03-11-2024
11:09 PM
Dear @SAMSAL , Since the data is strictly confidential, I will share it with you in private message. Thanks
... View more
03-11-2024
12:18 AM
1 Kudo
Dear @SAMSAL , Thanks for your detail explanation. But I do have a additional question about this, and I do not understand why. Still using 'INSERT RECORD FIELD' Suppose I have 10000 records in a flowfile CASE 1: I split the flowfile records into multiple flowfiles, each containing only one record. Therefore, there are a total of 10,000 flowfiles entering the Lookup service. Output: No errors were encountered. CASE 2: If my flowfile contains more than one record, specifically 10,000 records, I encounter the following errors. So I attempted to address this error by splitting my flowfile into one record per flowfile. However, this significantly increased my processing time. Please also note that all records are identical in both cases. May I know why is this happening haha, this really confused me.
... View more
03-08-2024
01:38 AM
1 Kudo
Dear @SAMSAL, Do you need additional details? Please do let me know, thank you so much in advance
... View more
03-06-2024
01:22 AM
Dear all, I want to ask the difference between `insert entire record` and `insert record fields` for the record result contents. When i use `insert record fields`, i got error: but returned ID is what I want: When i use `insert entire record`, i did not get any errors, but in stead i have this output How can I get the correct output that I want without any errors?
... View more
Labels:
- Labels:
-
Apache NiFi
02-25-2024
07:13 PM
1 Kudo
Dear @SAMSAL , Thank you so much for helping, we tried different ways, and we decided to use the solution that you mention above by concatenating those columns.
... View more
02-23-2024
12:56 AM
My setup looks like above. My question is: what if I have 11111 in total, I think each 1000 flowfiles will be merge, how about the leftover 111 flowfiles? how can I deal with the leftover flowfiles? Thanks!
... View more
Labels:
- Labels:
-
Apache NiFi
01-28-2024
07:26 PM
Dear @SAMSAL , I also have the same concern with @BigJames , Is concatenation the most logical approach in this context? Additionally, how should we handle NULL values? I assume that concatenating NULL values may not be feasible. Thank you so much in advance!
... View more