[MDEV-9196] Set record separator and ignore lines in CSV CONNECT engine Created: 2015-11-26 Updated: 2017-05-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Tom | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
LOAD DATA INFILE allows the user to change field and record separators and to ignore header lines. This allows reading files that CONNECT cannot read. For example, this variation on CSV can be read with
Please add this flexibility also to CONNECT CSV to expand its applicability. (Note: the record separator in this example is 2 bytes long.) |