Generic - Tag CSV file parser
Workflow

Before you integrate
- Before you configure the Generic - Tag CSV file parser, see Preparing-to-integrate-CSV-files-with-general-purpose-connectors and Input file format.
- To apply tags to the entities collected in other catalog, ensure that the ETL that is collecting the required entities is using a shared entity catalog.
Configuration steps
To integrate BMC Helix Continuous Optimization with the Generic - Tag CSV file parser, perform the following task:
- Navigate to Administration > ETL & SYSTEM TASKS > ETL tasks.
- In the ETL tasks page, click Add > Add ETL under the Last run tab.
- In the Add ETL page, set values for the following properties under each expandable tab. - Basic properties- Advanced properties
- Click Save.
 You return to the Last run tab under the ETL tasks page.
- Validate the results in simulation mode: In the ETL tasks table under ETL tasks > Last run, locate your ETL (ETL task name), click  to run the ETL. to run the ETL.
 After you run the ETL, the Last exit column in the ETL tasks table will display one of the following values:- OK: The ETL executed without any error in simulation mode.
- WARNING: The ETL execution returned some warnings in simulation mode. Check the ETL log.
- ERROR: The ETL execution returned errors and was unsuccessful. Edit the active Run configuration and try again.
 
- Switch the ETL to production mode: To do this, perform the following task:- In the ETL tasks table under ETL tasks > Last run, click the ETL under the Name column.
- In the Run configurations table in the ETL details page, click  to edit the active run configuration. to edit the active run configuration.
- In the Edit run configuration page, navigate to the Run configuration expandable tab and set Execute in simulation mode to No.
- Click Save.
 
- Locate the ETL in the ETL tasks table and click  to Run it, or schedule an ETL run. to Run it, or schedule an ETL run.
 After you run the ETL, or schedule the ETL for a run, it will extract the data form the source and transfer it to the BMC Helix Continuous Optimization database.
Input file format
The input file follows the open ETL structure. You cannot use the following characters in the input file for a tag type or tag:
"[", "]", "%", "<", ">", "\\", "^", "'", ",", ";", ":", "|", "*", "&", "\"", "!", "?", "&", "$", "£", "{", "}", ")", "(", " ", "~"
Following are the sample input files that use different type of lookup fields:
- Input file that uses single lookup (DS_ENTNM): ENTCATNM,DS_ENTNM,ENTNM,TAG,TAGTYPE,ENTTYPENM
 SYS,vmsingle1,vmsingle1,Production,MailSubsystem,Env,gm:vmw
 SYS,vmsingle2,vmsingle2,QA,Env;gm:vmw
- Input file that uses multiple lookup (STRONGLOOKUPFIELDS and WEAKLOOKUPFIELDS): ENTCATNM,DS_ENTNM,ENTNM,TAG,TAGTYPE,ENTTYPENM,STRONGLOOKUPFIELDS,WEAKLOOKUPFIELDS,OPERATION
 SYS,HOSTNAME#vm888.bmc.com##NAME#vm888,vm888,Production;MailSubsystem,Env,gm:vmw,HOSTNAME,NAME,
 SYS,HOSTNAME#vm888.bmc.com##NAME#vm888,vm888,MailSubsystem,Env,gm:vmw,HOSTNAME,NAME,DELETE
 SYS,HOSTNAME#vm999.bmc.com##NAME#vm999,vm999,QA,Env,gm:vmw,HOSTNAME,NAME,- The above mentioned sample also provides an example for adding multiple tags (separated by ;) and deleting a tag (by specifying the operation type) from the required entity. 
 
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*
