Hi John,

By
using the ibis noticed that when using the parameter-output to the
output of the query data in comma-separated file, it does not separate
from it in quotes. For example:
part.txt-file is:

# meta data for data partition test written by ibis::tafel::write on Mon Nov  1 
13:09:04 2010

BEGIN HEADER
Name = test
Description = /root/Desktop/fastbit-ibis1.1.9/examples/.libs/lt-ardea -d /test 
-m col0:int, col1:double, col3:key -t /test/csv1.csv
Number_of_rows = 2
Number_of_columns = 3
Timestamp = 1288624144
END HEADER

Begin Column
name = col0
data_type = INT
End Column

Begin Column
name = col1
data_type = DOUBLE
End Column

Begin Column
name = col3
data_type = CATEGORY
End Column

this query: SELECT col0, col1, col3 WHERE col1 <3
it generates an output file like this:

col0, col1, col3 (with counts)
1, 87462024688, Nows, mer,     1
2, 87470586299, Whelply,     1

where "Now, mer" is a value of col3 .. have the possibility to add this quote 
separately on columns of this type of data?

Thanks
                                          
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to