Kirill Shirokov created IGNITE-7535:
---------------------------------------
Summary: SQL COPY command: implement encoding option
Key: IGNITE-7535
URL:
https://issues.apache.org/jira/browse/IGNITE-7535 Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Kirill Shirokov
The syntax can be something like:
{noformat}
COPY
FROM 'file' [CHARSET <charset-name>]
INTO ...
{noformat}
CHARSET is optional. By default the encoding is UTF-8.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)