Store AEM Forms as a Cloud Service submission data to an Azure storage account. | Community
Skip to main content
Level 2
December 26, 2023
Solved

Store AEM Forms as a Cloud Service submission data to an Azure storage account.

  • December 26, 2023
  • 1 reply
  • 901 views

Hi All,

 

I have connected AEM as a cloud service with an Azure storage account to store the data of the adaptive form which is connected with data form model.

In my Azure storage account the data is stored in JSON format but I want that data in CSV file format

Whether it is possible to export the data as a CSV format or can we connect the Forms as Cloud service with relational database (PostgreSQL).

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anandhi1132

Thank you for your response it's really very helpful, in addition to that I want to know whether "I can convert the JSON format data into CSV file format." in Azure storage account.

1 reply

Adobe Employee
December 26, 2023

When you use form data model to connect to azure you will always get data in json format 

 

Adobe Employee
December 27, 2023

To add more information - when you submit an adaptive form based on core components the data will always be in JSON format

 

Anandhi1132AuthorAccepted solution
Level 2
December 27, 2023

Thank you for your response it's really very helpful, in addition to that I want to know whether "I can convert the JSON format data into CSV file format." in Azure storage account.