diff sqlite_to_tabular.xml @ 21:357fe86f245d draft

Uploaded
author jjohnson
date Fri, 14 Jul 2017 17:34:22 -0400
parents ab27c4bd14b9
children bed5018e7ae3
line wrap: on
line diff
--- a/sqlite_to_tabular.xml	Fri Jul 14 11:39:27 2017 -0400
+++ b/sqlite_to_tabular.xml	Fri Jul 14 17:34:22 2017 -0400
@@ -1,20 +1,17 @@
 <?xml version="1.0"?>
-<tool id="sqlite_to_tabular" name="SQLite to tabular" version="5.0.0">
+<tool id="sqlite_to_tabular" name="SQLite to tabular" version="1.0.0">
     <description>for SQL query</description>
 
     <macros>
          <import>macros.xml</import>
     </macros>
 
-    <stdio>
-        <exit_code range="1:" level="fatal" description="Error" />
-    </stdio>
-    <command><![CDATA[
-    python $__tool_directory__/sqlite_to_tabular.py 
-    --sqlitedb="$sqlitedb" 
-    --query_file="$query_file"
+    <command detect_errors="exit_code"><![CDATA[
+    python '$__tool_directory__/sqlite_to_tabular.py'
+    --sqlitedb='$sqlitedb' 
+    --query_file='$query_file'
     $no_header 
-    --output="$query_results"
+    --output='$query_results'
     ]]></command>
     <configfiles>
         <configfile name="query_file">