BOM character showing in CSV file when we use Clib.fopen("/tmp/files","wu+")
Hi All,
We are generating the csv file in unix directory with data by using "Clib.fopen("C:\UserTemp\test.txt","wu+")" function from service side BS.
When we open the csv file, it is showing the "þÿ" characters in first line.
These two chracters("þÿ") are BOM characters. How to avoid this issues.
we have eropins characters in our data,, hence why ae added the "wu+" in Clib.fopen function.
Please suggest.
Regards,
Ravi Para