Hi Everyone,
I am exporting some data from NetSuite to an FTP.
The Format of the Data should be in CSV.
But the Challenge I am facing is I want to Add UTF-8 (BOM) above the Header fields.
I would really appreciate any help / guidance on this regard.
Hi @anekporwal842,
I'm looking into how to solve your problem. Did you try uploading a sample file that includes the row above the headers?
Unfortunately, there is no simple config option to add a BOM character to the beginning of a file.
There is a work around, but it is not pretty. See here for a hint (basically, if the files are < 5MB you can hack our CSV parser and generator to inject any text you want into the file). LMK if you need more info to make this work. Else, please let us know if this is a show stopper for you, so we can prioritize an enhancement to expose this via a simple config option.