I want to setup a recurring reading of a csv file from SFTP server.
What happens to the file once read? Does it remain there or will it be moved/deleted?
@Stefano_Mazzocca ,
This means if the schedule runs multiple times, it will read the same file again, unless the filename changes or you implement some rotation mechanism.
We have a few ways to manage the file after BIP reads it:
a) Leave it as-is (Default)
b) Move or Archive the File
c) Delete the File
Hi @Stefano_Mazzocca,
Apologies for late reply as I was not online.
There are couple of things that you can do.
In my previous project we did the above and cleared those file with some additional process (like windows programming where it will check the files and delete last 7 days) in an agreed timeline i.e. every Sunday clearing last weeks files.
Hope this help.
Thank you.
Please take a look into the following post which might be useful.
How to ingest CSV extract from object storage to oracle ADW database using OOTB features in oracle F — Oracle
Ideally the csv file will not be automatically deleted unless there's a process defined which will delete the file after the reading.
Hi @Bhaskar Konar , your link and sublinks seem not to answer my question.
If csv is not deleted/moved automatically after reading it am I supposed to daily overwrite it to get new data?
Looking for resource material on best practices when combining FDI subject area data with Oracle data (not in any subject area) to create workbooks. Likely we'll use a query to pull the needed Oracle data points and save them in a table. Is there material we can review on how best to make this combining of data sources…
Hello, Is it possible or has anyone had success in pulling or creating a BI Publisher report that shows all Active initiatives (Required, Voluntary or Recommended) along with the 'Run As user' field as well. Or is this only available on the front end?
Hi, Just done 26.R3 in our test pod, It went in easily enough, added advanced collections etc. Can back after the update completed and we no longer have any subject areas in OAC. Seems the latest update is causing for us a 500 internal server error and we can only access our custom data sources. As we were using FTR which…
Hi Experts, We are trying to create a report using OTBI to extract the PO line amount - Do we have the column which extracts the PO line amount out of the box available under subject area: Procurement-Purchasing Real Time or do we need to calculate it using the formula - PO Line Amount = Ordered Quantity × Unit Price Any…
Under the Workforce - Absence Management subject area, the Total Duration of Absence (Days) field does not return data for Life Leave and Annual Leave Half Pay. As an alternative, I used the Absence Duration field, which successfully captures all leave types. However, it does not correctly retrieve leave records that span…