lwhay / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Delimited File/Stream parser should support multiple delimiter character choices. #206

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The user would like to load a dataset from a delimited file where multiple 
possible delimiter characters could be used to separate fields. An example of 
what the user must be able to do is to say:

load dataset LineItem
               using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
               (("path"="nc1:///home/htc/asterix/bi/tinytest.dat"),("format"="delimited-text"),("delimiter"="<|>")) pre-sorted;

Note the use of multiple characters in the value for "delimiter". The parser 
should treat any occurrence of the mentioned characters as separators for 
fields.

Original issue reported on code.google.com by vinay...@gmail.com on 10 Oct 2012 at 8:55

GoogleCodeExporter commented 9 years ago
This is a P2 as I see it is marked as an enhancement.

Original comment by khfaraaz82 on 20 Nov 2012 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by vinay...@gmail.com on 17 May 2013 at 8:52