[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

load data infile ...
fields terminated by 0x01 
lines terminated by 0x020A 
ignore 34 lines

Please add this flexibility also to CONNECT CSV to expand its applicability.

(Note: the record separator in this example is 2 bytes long.)


Generated at Thu Feb 08 07:32:52 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.