|
|
+
Benjamin Smedberg 2012-08-13, 16:05
+
Alan Gates 2012-08-13, 17:21
-
Re: Distributed accumulator functionsDmitriy Ryaboy 2012-08-13, 23:51
For CSV excel, check out
http://pig.apache.org/docs/r0.9.1/api/org/apache/pig/piggybank/storage/CSVExcelStorage.html D >> Also, is PigStorage compatible with the quoting expected by excel tab-delimited files? AIUI that would require quoting the values with "value\tvalue" and escaping double quotes. If this isn't the native PigStorage format, is there a storage module already written which supports excel-tab output? > > PigStorage doesn't support escaping. I am not aware of a storage function focussed on excel CSV format, but others may be. > > Alan. > >> >> --BDS >> > |