Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 580 Bytes

ms.source.data.character.set.md

File metadata and controls

25 lines (14 loc) · 580 Bytes

ms.source.data.character.set

Tags: source

Type: string

Format: one of the standard codes in Java:StandardCharsets

Default value: "UTF-8"

Related:

Description

ms.source.data.character.set specifies a character set to parse JSON or CSV payload. The default source data character set is UTF-8, which should be good for most use cases.

See Java:StandardCharsets for other common names, such as UTF-16.

Example

ms.source.data.character.set=UTF-8

back to summary