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?
Hi, I'm new to OTBI & FDI and need your help. Is it possible to do a report to identify missing default expense account in FDI or OTBI? Thanks for your help.
Hi Team We are using SCM- Maintenance subject areas for reporting . We enabled the Asset related DFFs (CSE_ASSETS_B) under Data Configuration successfully but the Asset DFFs are not reflecting under Descriptive Flexfield Folder . We do not see any Asset folder even under the Descriptive Flexfield folder . Please advise if…
We made some changes in the Fusion UI, and those changes were reflected correctly in OTBI but not in FDI. To refresh the data in FDI, the Oracle support team advised me to reload the relevant functional area (Absence Management). I navigated to Application Administration → Human Capital Management, selected Absence…
Data are synchronized with Oracle HCM and I can see PN 2470, which was terminated in the past. If I add any assignment information I find no records, why?
In an analysis/report, when the Bottom Up Manager details are selected from the hierarchy, the Top Position Person record drops out. This is due to the fact that this top level position does not have a record in the Fusion table : PER_MANAGER_HRCHY_CF which is the source to load OAX$OAC.DW_MANAGER_CF_DH . The requirement…