Member since
02-07-2019
2690
Posts
235
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1144 | 04-15-2025 10:34 PM | |
3313 | 10-28-2024 12:37 AM | |
1430 | 09-04-2024 07:38 AM | |
3277 | 06-10-2024 10:24 PM | |
1388 | 02-01-2024 10:51 PM |
01-17-2024
10:19 PM
@Kapkiai Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
01-16-2024
11:06 PM
@AndreaCavenago, Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
01-16-2024
06:26 PM
Hi Timothy, Thank you so much for helping. I also made some changes (adding index, change data types etc.,) for mysql database. Now, it ran much faster than before
... View more
01-12-2024
03:04 AM
@yoiun, Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
01-08-2024
07:28 AM
@iridwan, Welcome to our community! To help you get the best possible answer, I have tagged our NiFi experts @MattWho @SAMSAL @steven-matison @ckumar who may be able to assist you further. Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
... View more
01-04-2024
09:56 PM
@StanislavJ , Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
12-18-2023
01:50 AM
@hanumanth Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
12-14-2023
05:54 AM
Hi @Eva0 , You were close . I think the first astrik "*" was not needed because the input json is not contained in an array brackets. Then to include the email in each data element it has to be added at the date & type level but to reference the value you need to go to 2 levels up using the @ character as in @(2,mail) where the email is located in relative to date & type. [
{
"operation": "shift",
"spec": {
//level 2 where email originally is
"dates": {
// level 1
"*": {
// start count here at level 0
"@(2,email)": "[&1].email",
"date": "[&1].date",
"type": "[&1].type"
}
}
}
}
] If you find this helpful please accept solution. Thanks
... View more
12-11-2023
03:27 AM
@srikanth11 Okta Auth JS is all about providing the core functionalities for authentication, giving developers control to implement their own authentication flows. Okta Sign-In Widget harnesses the capabilities of Okta Auth JS but emphasizes building a ready-made, customizable visual interface for authentication. Auth JS empowers developers with authentication capabilities, while the Sign-In Widget streamlines the process by offering a pre-built visual experience utilizing those functionalities.
... View more