[MCOL-889] charsets for database and files loaded? Created: 2017-08-22 Updated: 2017-12-01 Resolved: 2017-09-13 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cpimport |
| Affects Version/s: | 1.0.10 |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Trivial |
| Reporter: | Nivesh | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
centos 7 |
||
| Description |
|
When using cpimport does the file encoded of the load files need to match the table charset? |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-08-29 ] |
|
Yes, in general. Specifically if you use UTF-8 charset tables then you should ensure the text file is UTF-8 encoded. Let me know if this answers your question? |
| Comment by Nivesh [ 2017-09-12 ] |
|
Thanks this has answered a lot of my concerns |