Glossary

BOM (Byte Order Mark)

A sequence of bytes at the start of a file that indicates the encoding. The `utf-8-sig` encoding reads and writes a UTF-8 BOM, which Excel requires to auto-detect UTF-8 encoding when opening CSV files.

Learn More

Related Terms