Skip to content

Commit

Permalink
Removed --fileToPublishHasHeaderRow flag from DataSyncHTTP.ktr and Da…
Browse files Browse the repository at this point in the history
…taSyncFTP.ktr. Closes #21
  • Loading branch information
levyj committed Mar 5, 2015
1 parent f637221 commit 80a123d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ETL/Utilities/DataSyncFTP.ktr
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ words, it does not use a config.json file.</note>
<schema_name/>
</partitioning>
<formula><field_name>DataSyncBatchCommand</field_name>
<formula_string>&quot;java -jar &quot; &amp; [DataSyncDirectory] &amp; &quot;datasync.jar&quot; &amp; &quot; --fileToPublish &quot; &amp; [file] &amp; &quot; --fileToPublishHasHeaderRow &quot; &amp; &quot;false&quot; &amp; &quot; --datasetID &quot; &amp; [datasetid] &amp; &quot; --publishMethod &quot; &amp; &quot;replace&quot; &amp; &quot; --publishViaFTP true&quot; &amp; &quot; --pathToFTPControlFile &quot; &amp; [controlfile]</formula_string>
<formula_string>&quot;java -jar &quot; &amp; [DataSyncDirectory] &amp; &quot;datasync.jar&quot; &amp; &quot; --fileToPublish &quot; &amp; [file] &amp; &quot; --datasetID &quot; &amp; [datasetid] &amp; &quot; --publishMethod &quot; &amp; &quot;replace&quot; &amp; &quot; --publishViaFTP true&quot; &amp; &quot; --pathToFTPControlFile &quot; &amp; [controlfile]</formula_string>
<value_type>String</value_type>
<value_length>-1</value_length>
<value_precision>-1</value_precision>
Expand Down
4 changes: 2 additions & 2 deletions ETL/Utilities/DataSyncHTTP.ktr
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ words, it does not use a config.json file.</note>
<schema_name/>
</partitioning>
<formula><field_name>DataSyncBatchCommand</field_name>
<formula_string>&quot;java -jar -Xmx1g &quot; &amp; [DataSyncDirectory] &amp; &quot;datasync.jar&quot; &amp; &quot; --fileToPublish &quot; &amp; [file] &amp; &quot; --fileToPublishHasHeaderRow &quot; &amp; &quot;false&quot; &amp; &quot; --datasetID &quot; &amp; [datasetid] &amp; &quot; --publishMethod &quot; &amp; &quot;replace&quot; &amp; &quot; --publishViaHttp true&quot; &amp; &quot; --pathToControlFile &quot; &amp; [controlfile]</formula_string>
<formula_string>&quot;java -jar -Xmx1g &quot; &amp; [DataSyncDirectory] &amp; &quot;datasync.jar&quot; &amp; &quot; --fileToPublish &quot; &amp; [file] &amp; &quot; --datasetID &quot; &amp; [datasetid] &amp; &quot; --publishMethod &quot; &amp; &quot;replace&quot; &amp; &quot; --publishViaHttp true&quot; &amp; &quot; --pathToControlFile &quot; &amp; [controlfile]</formula_string>
<value_type>String</value_type>
<value_length>-1</value_length>
<value_precision>-1</value_precision>
Expand All @@ -121,7 +121,7 @@ words, it does not use a config.json file.</note>
<cluster_schema/>
<remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
<xloc>74</xloc>
<yloc>276</yloc>
<yloc>277</yloc>
<draw>Y</draw>
</GUI>
</step>
Expand Down

0 comments on commit 80a123d

Please sign in to comment.