You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Summary

SQL Export Block is a terminal dataflow block that exports data using an SqlTSConnector.


Implementation

  1. Open the btibSQL palette.



  2. Drag and drop the block to your dataflow strategy.



  3. Double-click on the block and fill the parameters.



 Properties

  • Target : The Next Target not used here.
  • Enabled: Whether the block is enabled or not. 
  • Last Timestamp : The last export timestamp. Any record before this timestamp won't be exported.
  • Batch Size: The size of the batches to be processed.
  • Batch Delay : Time to wait between batches.
  • Destinations : Last export destinations.
  • Export Policy
    • Single Table: export all data and tags into one table, each tags will be represented as column.
    • Multi Table: Tags and value will be exported in separate tables and mapped using relations.
  • Sql Connector : The sql connector to use.
  • Table Prefix: The name of the destination table.
    • In the case of a single table export, this will be name of the table
    • In the case of multi table, this will be used as the prefix for the tag and the relation tables.
  • Date Suffix: If set to true, adds the today suffix to the destination .

Actions

  • Execute: Executes the block.