Page 1 of 1

I/O Connectors External Write

Posted: Fri May 20, 2022 8:56 pm
by Mitchellsm
Hey everyone,

I am trying to set up an I/O connector to export user data to be read by another program. I have it working such that it reads the data from the database and writes it to a csv under the file/common/iofiles. Is it possible to write the csv to a different folder on the server? The application that needs the data can only read it from a specific folder, so I need forma to write the csv to that specific folder and no I cannot edit the application to change the location of the folder.

Is this possible?

Re: I/O Connectors External Write

Posted: Fri May 20, 2022 11:32 pm
by alfa24
Why don't you rsync the file to your desidered folder?