You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/02/19 19:15:31 UTC

[GitHub] alanblueshift commented on issue #984: Create option for machine readable output for scan

alanblueshift commented on issue #984: Create option for machine readable output for scan
URL: https://github.com/apache/fluo/issues/984#issuecomment-366781488
 
 
   I'm working on this. Do you think we could use the commons-csv lib? 
   I believe we could use it for both the current format (tsv like) and for csv format.
   
   I'm creating some properties on fluo-app to CSV format:
   ```properties
   ## Fluo Scan properties
   ## -----------------
   ## Properties to export the scan result to CSV format.
   fluo.scan.csv.delimiter = ;
   fluo.scan.csv.header = true
   fluo.scan.csv.quote = "
   # Possible values: ALL, ALL_NON_NULL, MINIMAL, NON_NUMERIC and NONE
   # @see org.apache.commons.csv.QuoteMode
   fluo.scan.csv.quoteMode = ALL
   fluo.scan.csv.comment = #
   fluo.scan.csv.escape = \
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services