How to read a CSV file in Siebel, where the file got stored in .SAF Format in Server
In Siebel Application , Im attaching a .csv file under Invoice Attachment view . But the file is stored as .SAF Format in Server. To read the csv file Im using the BS: Read CSV File. But to pass the File Name as input argument I tried passing the full server path in both .csv and .SAF format. But Im getting below errors respectively.
.csv - Unable to open file '/home/mrmdevlinux/Siebel/FS/att/S_INVOICE_ATT_1-H0RVDR_1-320B8.csv'(SBL-MKT-00315)
.SAF - Invalid Header Field (SBL-MKT-00316)
How to pass the File name to the BS: Read CSV File?