Hi Experts!
I have the flow export the execution stats from a repository table using odiSQLUnload and then append header to the file using odiFileAppend.
The file format for both the files is .xls. odiSQLUnload exports the contents of the table to the file. I have created a file named Header.xls which contains pre-written header columns.
In odiFileAppend I give the header file and name of the file which is created by odiSQLUnload. But somehow the append is not happening.
The header file is contains only headers and no data after the execution of package completes.
To add if I enable flag 'Overwrite File' in odiFileAppend, it surprisingly copies the content of other file.
Below is the snapshot of the flow -

Any pointers will be of help!
Thanks