Need to Send an Advanced Analytics Search Report as a Scheduled Email

you can edit the xml and just add the format of attachment csv/pdf and users to receive email and then schedule it.

 <entry key="emailFileFormat">
        <value>
          <List>
            <String>CSV</String>
          </List>
        </value>
      </entry>
      <entry key="emailIdentities">
        <value>
          <List>
            <String>identityidusername</String>
          </List>
        </value>
      </entry>