Alternate methods for targeting CSV files
Bravura Security Fabric provides two methods for targeting CSV files: the CSV connector (agtcsv
) and the ODBC connector (agtodbcscript
). Determining which method to use depends on:
The flexibility of the CSV format. Can it be modified or not?
The need to write back out to the CSV files. Are the CSV files read-only or do they also need to be updated by Bravura Security Fabric .
Do columns within the CSV need to be combined to create unique or meaningful data for Bravura Security Fabric ? For example are two columns required to make a unique key?
Do the CSV files exist on a remote share or are they local to the Bravura Security Fabric server?
Is object data and attributes spread across multiple CSV files or is it self-contained in a single CSV file?
Choose the CSV connector (agtcsv
) if:
You have a requirement to write data back out to the CSV files from Bravura Security Fabric .
Your CSV files exist on a remote server and a persistent drive mapping cannot be established.
Your CSV file format is flexible and columns can be added in order to satisfy the requirements of the CSV connector’s configuration.
Choose the ODBC connector (agtodbcscript
) if:
You do not require the ability to write data back out to the CSV files (read only).
Your CSV files exist locally on the Bravura Security Fabric servers, or can be accessed remotely via a persistent drive mapping.
Your CSV file format is unchangeable, and the connector must be able to join, merge, and manipulate columns of the CSV file to extract the appropriate data.
Attribute and object data is spread across multiple CSV files.
Continue reading this chapter to learn about using the CSV connector. To learn how to target CSV files using the ODBC connector, see ODBC script.