Question
Is there any OOTB activity that Import a CSV into a Datatype
Hi ,
We have a requirement where we want to import a CSV file from a shared location into a Pega Datatype. The CSV files placed at shared location are Exported from a Datapatype from another Application.
We want to do this through an activity invocation by an REST service. I have tried invoking the activity @baseclass.pxUploadCSVResults but it is failing stating the Properties from Source and Destination are not matching.
The Properties available in Exported SCV are avaliable in Datatype and they are same.
We are working on Pega 7.2.1
Please help me on this.
Thanks and Regards,
Maruthi Naidu Kurupati.
***Updated by moderator: Lochan to add Categories***
If it is through Rest Service, i don't think the input wil be excel file, it might be XML or JSON and if so, we can loop over the records in the xml/JSON and map each record to the page of required data type and save the instance