We have a requirement where we need to export/import excel from SFTP server(with private key authentication). It should be automatically at regular intervals.
As X++ code for excel can not be scheduled in batch we have to create a custom entity which is used to create Excel. If we use scheduling feature of Data framework this file needs to be generated at some location what would it be ? Then the point is how it will be shared to SFTP ?
It would be appreciable if someone can explain the flow for this. Need simple approach for this requirement.