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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)