Skip to main content

I’m trying to append to an existing file via a ‘Write file connector’, however a new file with a timestamp is created.

The file name in the write file connector is a relative path within the storage location.
Like so:

This should result in ‘\CICD_MAIN_RELEASE\9.08.4\Deploy\Install\965_Base_data.sql’. 

The ‘Write file connector’ looks like this:
 


Is the write mode ‘Append file’ not working correctly?

Hello @K.Bakkenes,

You are correct, the write mode ‘Append file’ is currently not implemented for the Write File connector. I will make sure that this will be included in the near future.

I see that Append file is implemented for the Write Disk File connector, so you may be able to use this as a workaround for now, however I would recommend switching back to the Write File connector once we have implemented this.


Hello @Vincent Doppenberg,

The ‘Write Disk File’ connector is working. 

Thanks!

Kind regards,

Kevin


Reply