[MCOL-1860] cannot insert symbols in column using the mcsimport with escape_character option Created: 2018-11-06 Updated: 2023-10-26 Resolved: 2018-11-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.2.1 |
| Fix Version/s: | 1.2.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Zdravelina Sokolovska (Inactive) | Assignee: | Zdravelina Sokolovska (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
cannot insert symbols in column using the mcsimport with escape_character option how to repeat
B.file content:
|
| Comments |
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-11-09 ] | |||||||||||||||||||||
|
[root@cps mcsimport]# cat ff [root@cps mcsimport]# ./mcsimport a f f.csv -E '"' -C '"' [root@cps mcsimport]# ./mcsimport a f f.csv -E '"' -C '\' Execution time: 0.141875s [root@cps mcsimport]# cat f.csv [root@cps mcsimport]# mcsmysql Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> select * from a.f ;
-----
[root@cps mcsimport]# cat f.csv [root@cps mcsimport]# ./mcsimport a f f.csv -E '"' -C '\' Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> select * from a.f ;
-----
----- |