I need a solution
I am importing a CSV from Airwatch. In order to associate the users correctly with our DB I need to add a column and populate it with our DOMAIN NAME.
I have retrieved other data, i.e. BES Server Blackberry information and used a SQL query to manipulate the DOMAIN NAME as necessary. Other than manipulating a CSV or EXCEL spreadsheet manually I do not know how to add the DOMAIN NAME column to the imported data. We are creating an automated process of the Airwatch download to a share drive and the connector grabbing the file to import. So I need to take care of this as a data source rule so that it is presented to the import/export rule and add the DOMAIN NAME from the source.
Looking at the data source (which is a cvs spreadsheet), clicking on pre-process import data gives me some sample code but all I need to do as part of this pre-processing is to create a new column (let’s call it “DOMAIN” and it is simply add our DOMAIN NAME to every line.
I have reviewed an old forum posting. http://www.symantec.com/connect/forums/connector-how-pre-process-import-data
And the article http://www.symantec.com/connect/articles/connector-solution-pre-processing-asset-65
But it doesn't make sense to create a new table to simply add the same word to every row. But then again the pre-processing is foreign to me so...
Anyone keen to have a stab at this?