Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jvishnuram
Partner - Creator III
Partner - Creator III

Avoid BOM(Byte Order Mark) characters in exported .csv files

Hi Friends,

How to avoid the BOM characters in exported .csv files.,

I am using macro to generate the .csv files and the code is

set obj = ActiveDocument.GetSheetObject("CH03")

    obj.Export "C:Test.csv",","

0 Replies