<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a way to save JMP table as UTF-8 encoded csv without BOM? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-JMP-table-as-UTF-8-encoded-csv-without/m-p/571619#M78130</link>
    <description>&lt;P&gt;I use JSL to extract and transform a variety of data sources into one consolidated csv file that I output to our BI platform. I found this week that the latest csv output didn't work and the BI platform is indicating it is an encoding issue. Opening previous versions of the csv files in Notepad++ I can see they are encoded using UTF-8. However, the newer csv file is encoded as UTF-8-BOM. I don't know why it changed and is there a way to specify saving a JMP table as a csv without the BOM?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 16:02:46 GMT</pubDate>
    <dc:creator>swelish</dc:creator>
    <dc:date>2023-06-09T16:02:46Z</dc:date>
    <item>
      <title>Is there a way to save JMP table as UTF-8 encoded csv without BOM?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-JMP-table-as-UTF-8-encoded-csv-without/m-p/571619#M78130</link>
      <description>&lt;P&gt;I use JSL to extract and transform a variety of data sources into one consolidated csv file that I output to our BI platform. I found this week that the latest csv output didn't work and the BI platform is indicating it is an encoding issue. Opening previous versions of the csv files in Notepad++ I can see they are encoded using UTF-8. However, the newer csv file is encoded as UTF-8-BOM. I don't know why it changed and is there a way to specify saving a JMP table as a csv without the BOM?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:02:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-JMP-table-as-UTF-8-encoded-csv-without/m-p/571619#M78130</guid>
      <dc:creator>swelish</dc:creator>
      <dc:date>2023-06-09T16:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to save JMP table as UTF-8 encoded csv without BOM?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-JMP-table-as-UTF-8-encoded-csv-without/m-p/571804#M78141</link>
      <description>&lt;P&gt;Jump adds the BOM, (bite order mark ), because there is a character outside of the 7-bit ASCII range. That means you have a unicode character in one of your strings. One way to remove the bite order mark would be to load the file into a blob, remove the first three bytes with blobpeek, and then rewrite the file from the blob. Load/save textfile() is the function you need, look for the blob option.&lt;/P&gt;
&lt;P&gt;Edit textile-&amp;gt;textfile&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 23:34:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-JMP-table-as-UTF-8-encoded-csv-without/m-p/571804#M78141</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-11-21T23:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to save JMP table as UTF-8 encoded csv without BOM?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-JMP-table-as-UTF-8-encoded-csv-without/m-p/572306#M78159</link>
      <description>&lt;P&gt;Thank you, Craige. That worked. I didn't need to use the Blob Peek function as the Load Text File included the option to skip the first three bytes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load text file( myFilePath ,&amp;nbsp;BLOB(ReadOffsetFromBegin(3) ))&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 21:44:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-JMP-table-as-UTF-8-encoded-csv-without/m-p/572306#M78159</guid>
      <dc:creator>swelish</dc:creator>
      <dc:date>2022-11-22T21:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to save JMP table as UTF-8 encoded csv without BOM?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-JMP-table-as-UTF-8-encoded-csv-without/m-p/572307#M78160</link>
      <description>Looking back, I just realized speech to text doesn't handle "byte" correctly. Glad you got something working.</description>
      <pubDate>Tue, 22 Nov 2022 21:50:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-save-JMP-table-as-UTF-8-encoded-csv-without/m-p/572307#M78160</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-11-22T21:50:04Z</dc:date>
    </item>
  </channel>
</rss>

