Member since
08-30-2023
5
Posts
0
Kudos Received
0
Solutions
09-28-2023
11:03 PM
Thank you! If I can receive the real file name that includes this text?
... View more
09-28-2023
01:47 PM
@SAMSAL @VidyaSargur When using the ExtractText processor, I'm encountering an issue where it returns matched data with file names like 'README,' 'NOTICE,' and 'LICENSE.' I've noticed that even if there are no files in the source folder, running the package results in records being inserted into the database with these 'README,' 'NOTICE,' and 'LICENSE' file names. Is there a way to prevent this behavior, so that only actual files in the source folder are processed and inserted into the database?
... View more
09-13-2023
05:58 AM
Can we capture the output parameter values from the MSSQL stored procedure using PUTSQL? like?
... View more
09-13-2023
12:32 AM
Hi, I'm seeking guidance on how to set up version control for Apache NiFi on a Windows machine using Bitbucket as the repository. Could you please provide me the steps how to configure?
... View more
Labels:
- Labels:
-
Apache NiFi
08-30-2023
11:39 PM
I'm working on a data processing flow using Apache NiFi, and I have a scenario that I'd like some guidance on. I have an Execute SQL script that retrieves data from a table in a SQL Server. Among the data returned, I have source and target folder paths. My goal is to loop through each of these source folder paths. For each folder, if there are any files present, I need to: Insert a record into the database to log the file's details. Move the file from the source folder to the corresponding target folder. I'm currently using NiFi, and I'm wondering what processors and strategies I should consider to achieve this workflow efficiently. Any insights, recommendations, or examples of similar workflows would be greatly appreciated. Thank you in advance for your help!
... View more
Labels:
- Labels:
-
Apache NiFi