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
Original issue reported on code.google.com by
vinay...@gmail.com
on 10 Oct 2012 at 8:55