• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30725
  • Open Date : 2019/09/02 14:51
  • Print
NEW

[DataSpider Servista] About handling BOM when "UTF8" is specified for encoding with a CSV adapter

Please tell me the treatment of BOM when "UTF8" is specified for encoding in CSV adapter. Can I read files with BOMs? Also if I output a file, is it a BOM given?
Category : 

Answer

Specification
  • CSV file read processing
If "UTF8" is specified for encoding, the files with BOM can be read correctly.
  • CSV file writing process
If "UTF8" is specified for encoding, no BOM is given.
 
Supplementary
  • About BOM grant at the time of output
The operation at the time of writing to a file, it relies on the operation of the java library.
For this reason, you can not assign and output a BOM to the file.
If the granted BOM is required, please grant to another application by using external application launcher.
  • About the property screen preview
If a file with a BOM is displayed in preview, the character on the screen is garbled, because the BOM is read as a control character. However, at the time of reading, the BOM is not included in the reading, so it does not affect the result.