Save raw text into database

Hi All,

I have data in Azure Datalake that i pull that need to save into Appian database. The data as below: 

From the data above, I need to save it into Appian MySQL database. 

Do you guys have any idea/way how to achieve this?

 Thanks guys

  Discussion posts and replies are publicly visible

  • Looking at your screenshot it looks like your data has a structure as described in the first line of the 'body' of the response data stream. You'll need to create an Appian database table that will hold these values, create a corresponding Appian CDT, an Integration to retrieve the data from your Azure data lake and a process to co-ordinate the read/write steps needed.