Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
To guide users to move from CSV into TEXT storage type, this issue propose to replace CSV examples into TEXT examples.
- Case 1: An example with no delimiter definition
- USING CSV + USING TEXT WITH ('textfile.delimiter'=',')
- Case 2: An example with text delimiter definition
- USING CSV WITH('text.delimiter'='\u0001',...) + USING TEXT WITH('text.delimiter'='\u0001',...)
Attachments
Attachments
Issue Links
- is related to
-
TAJO-1494 Add SeekableScanner support to DelimitedTextFileScanner
- Resolved