You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Shirokov (JIRA)" <ji...@apache.org> on 2018/01/25 16:07:00 UTC

[jira] [Created] (IGNITE-7535) SQL COPY command: implement encoding option

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)