OpenRefine / OpenRefine/OpenRefine
Review / improve multinational characters support in SQL exporter
Open
@NikitaEmberi is already working on this.
Since Feb 20, 2021.
export
SQL/database
Type: Bug
- Dominant language
- Java
- Stars
- 12k
- Forks
- 2.2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 27
Description
I cleaned up one tiny piece as part of #2713 so that users can preview the cleaned table name, the same should be done for column names as well as perhaps using quoted names to allow for more naming flexibility.
Right now column names aren't being cleaned or quoted, so need to be manually corrected before export for things to work. Any non-ASCII names will likely cause errors as will various other illegal names.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.