Mercurial > repos > sem4j > sql_tools
comparison tab2csv.xml @ 3:abea0f0eb524 draft
Uploaded
| author | sem4j |
|---|---|
| date | Wed, 25 Sep 2013 02:04:06 -0400 |
| parents | |
| children | dc54d40d4748 |
comparison
equal
deleted
inserted
replaced
| 2:701007edc6cf | 3:abea0f0eb524 |
|---|---|
| 1 <tool id="tab2csv" name="Tabular to CSV" version="0.2"> | |
| 2 <description>converter</description> | |
| 3 <command interpreter="bash"> | |
| 4 tab2csv.sh $input_file $output_file $dq | |
| 5 </command> | |
| 6 <inputs> | |
| 7 <param name="input_file" type="data" format="tabular" label="File (tabular)"/> | |
| 8 <param name="dq" type="boolean" truevalue="--double-quotation" falsevalue="" checked="False" label="Double quotation" /> | |
| 9 </inputs> | |
| 10 <outputs> | |
| 11 <data name="output_file" format="csv" label="${tool.name} on ${on_string}"/> | |
| 12 </outputs> | |
| 13 <help> | |
| 14 **What it does** | |
| 15 </help> | |
| 16 </tool> |
