Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I am trying to build a simple automation to export data from a Straight Table and send it via email.
The Goal:
The Problem: I cannot find the "Generate Excel file" or "Generate CSV file" blocks in my Automation block library. I have searched under "Files", "Reporting", and used the search bar with no results.
The "Microsoft Excel" connector blocks are available, but they are too complex for this simple task (requiring Drive IDs, etc.). I am looking for the native/standard blocks to generate a temporary file for attachment.
Questions:
Environment:
Thanks in advance for your help!
----------------------------------------------------------------------------------------------------------------
Hola a todos,
Estoy intentando crear una automatización sencilla para exportar datos de una tabla simple y enviarlos por correo.
El Objetivo:
El Problema: No logro encontrar los bloques "Generate Excel file" ni "Generate CSV file" en la librería de bloques. He buscado en las categorías "Files" y "Reporting" y en el buscador general sin éxito.
Los bloques del conector "Microsoft Excel" sí aparecen, pero requieren configuraciones complejas de Drive que quiero evitar. Busco los bloques nativos para generar archivos temporales.
Preguntas:
Gracias por su ayuda.
Hi @01-BI There is no generate CSV file block in Qlik Automate.You need to use a CREATE FILE block from any one of the Online Storage Connectors (Google Cloud Storage,Microsoft Onedrive,etc). After CREATE FILE block you should use WRITE LINE TO FILE block and then SAVE FILE BLOCK when you finish writing to the file. After that open the same file using OPEN FILE block and then through SMTP Mail or Microsoft Outlook mail block u can attach the file you opened.i have attached an automation template which can help you for creating CSV file.