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?
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
In FDI, most of the Hierarchy folder wont populating any data. This is one of the most required data from HR. Can anyone assist me how can I get that data in FDI.
Hello Oracle Team, Many organizations currently rely on both Oracle Transactional Business Intelligence (OTBI) and Oracle Fusion Data Intelligence (FDI) for reporting and analytics. While FDI continues to expand its subject area coverage, there are still several OTBI subject areas that are not yet available in FDI. Could…
We want a better grasp on what is considered custom data so we can plan ahead and scale properly before we get too big. Fortunately we are no where near the 50gb limit as found using the subject area for custom data but it doesn't tell us other than 'System' where the custom data is coming from. I found documentation here:…
Is there a way to refresh our development environments in OAC with production data? There a lot of developments that didn't make the cut into production and/or was only used for testing and we would like to clean up dashboards, datasets, data flows, etc… Possibly similar to how receive environment refreshes in our Oracle…
Managers want the ability to assign delegates in Fusion Data Intelligence (FDI) so that delegated users can access and use reports on their behalf. Is that available in FDI now? If yes, anyone share docs about steps to implement that in FDI Thanks