[
https://issues.apache.org/jira/browse/IGNITE-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Shirokov updated IGNITE-7535:
------------------------------------
Description:
The syntax can be something like:
{noformat}
COPY
...
FORMAT CSV
...
[CHARSET "<charset-name>"]
{noformat}
CHARSET is optional. By default the encoding is UTF-8.
was:
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.
> 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
> Assignee: Kirill Shirokov
> Priority: Major
>
> The syntax can be something like:
> {noformat}
> COPY
> ...
> FORMAT CSV
> ...
> [CHARSET "<charset-name>"]
> {noformat}
> CHARSET is optional. By default the encoding is UTF-8.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)