Mercurial > repos > sem4j > sql_tools
changeset 7:dc54d40d4748 draft
Uploaded
author | sem4j |
---|---|
date | Mon, 30 Sep 2013 04:09:00 -0400 |
parents | b95b42b785cb |
children | 51847f1c0acb |
files | tab2csv.xml |
diffstat | 1 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tab2csv.xml Mon Sep 30 04:08:35 2013 -0400 +++ b/tab2csv.xml Mon Sep 30 04:09:00 2013 -0400 @@ -11,6 +11,16 @@ <data name="output_file" format="csv" label="${tool.name} on ${on_string}"/> </outputs> <help> -**What it does** + +**Double quotation** + +If this is checked, output is like: + + "aaa","bbb","ccc" + +Otherwise: + + aaa,bbb,ccc + </help> </tool>