Export Portal Data to DB

Hi All,

Do we have any plug-in through which we can export Portal Report Data to Database directly?

Thanks
Rishu

OriginalPostID-273584

  Discussion posts and replies are publicly visible

Parents
  • You could create a web API which calls queryProcessAnalytics and creates a CSV. Not sure how much data you can export in one call. There are some limits. Another idea is, create an expression that creates CSV data from queryProcessAnalytics use the textDocFromTemplate to store it to a file. You could repeat (MNI) this and append to the same file when you write the placeholder to the file in the last line.
Reply
  • You could create a web API which calls queryProcessAnalytics and creates a CSV. Not sure how much data you can export in one call. There are some limits. Another idea is, create an expression that creates CSV data from queryProcessAnalytics use the textDocFromTemplate to store it to a file. You could repeat (MNI) this and append to the same file when you write the placeholder to the file in the last line.
Children
No Data