Automic Workload Automation

Expand all | Collapse all

Extract email address and send email to address

  • 1.  Extract email address and send email to address

    Posted Oct 24, 2018 07:24 AM

    Hello. Looking for some inspiration and ideas to try and find a solution to a problem.

    We have a .csv file on a windows server with an Automic Agent installed. The csv file is called Stock_List .csv.

     

    The first line of Stock_List .csv always contains one email address. This email address can change each time Stock_List.csv is generated.

     

    What I want to do is somehow extract the email address from the first line of Stock_List.csv and use Automic Engine to send the Stock_List.csv file to the email address extracted.

     

    Anyone have any ideas of how this might be achieved or if it is indeed possible ?

     

    Regards

    Craig



  • 2.  Re: Extract email address and send email to address
    Best Answer

    Posted Oct 24, 2018 12:32 PM

    Hey Craig,

     

    The script function PREP_PROCESS_FILE should work on csv files



  • 3.  Re: Extract email address and send email to address

    Posted Oct 24, 2018 12:43 PM

    LInk to 11.2 documentation;

    Automic 



  • 4.  Re: Extract email address and send email to address

    Posted Oct 25, 2018 11:55 AM

    Hello. Thanks for the pointers very helpful.