⌘+k ctrl+k
1.3 (stable)
Search Shortcut cmd + k | ctrl + k
Encodings Extension

The encodings extension adds supports for reading CSVs using more than 1,000 character encodings available in the ICU data repository.

Installing and Loading

INSTALL encodings;
LOAD encodings;

Usage

Refer to the encoding while reading from files:

FROM read_csv('my_shift_jis.csv', encoding = 'shift_jis');