cancel
Showing results for 
Search instead for 
Did you mean: 

So is this Possible to update already existed Receiver Flat/XML File ?

Former Member
0 Kudos

HI ,

On Receiver File (FTP) Side ,So is this Possible to update already existed FLAT/XML File with some values using Receiver File Adapter??

Like I have 3 Columns in a Flat File/XML File :-

Name, Deptid, Expenses.

NameA, 8000, -


Currently Blank -


NameB, 1000, -


Currently Blank----


Now I want to Update Existing Flat file from Receiver File Adapter

After Execution of scenario, Fileon FTP server would be Updated like this

Name, Deptid, Expenses.

NameA, 8000, 18000

NameB, 1000, 25000

So is this Possible to update already existed FLAT/XML File with some values using Receiver File Adapter?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Trying to make adapter Module for above requiremenr.

But Still Not Succesfull.

Former Member
0 Kudos

I am dealing with similar type of scenario..

If that way it is not possible , So please guide me what other workarounds can be done ..........???

Does FTP Sender Support Synch Call... ???

regards

Former Member
0 Kudos

> If that way it is not possible , So please guide me what other workarounds can be done ..........???

The workaround can be using script as suggested by Shabarish or devlope your own adapter module which will read and modify file contents.

> Does FTP Sender Support Synch Call... ???

No.

Former Member
0 Kudos

No, It's not possible. You can either overwrite the existing file or append new values to it but you cannot modify the existing records.

Shabarish_Nair
Active Contributor
0 Kudos

no.

you can only use append or overwrite mode onto the file.

you might want to explore some other workarounds.

maybe a script - but guess its too complicated via a script