Info

Below is the is Info Section of the Connections experience, followed by the XML version, the root element of Config XML file for each Source feed. As can be seen, we can add Parameters.

<BatchDataSyncConfig 
        name="SQL_SERVER_TARGET_SAMPLE" 
        version="1.0.0" 
        xmlns="http://www.cinchy.co">
   ...
 </BatchDataSyncConfig>  

Attributes:

name

The name of the batch data sync config.

When using Cinchy CLI's syncdata function, the flag -f takes in the name of the feed.

version

Simply the user defined version of the config.

Last updated