User bio
404 bio not found
Member since Mar 13, 2021
Posts:
Replies:
Thanks for the good info!
Have you seen is there any data issue in the resource json file?
Certifications & Credly badges:
Padmaja has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Following:
Hi Krishnaveni,
You can create custom class extends Ens.BusinessOperation and use the adapter as FTP Outbound Adapter
Parameter ADAPTER = "EnsLib.FTP.OutboundAdapter";
Write the below steps in Method sendStream() As %Status
{
Set path = "/tmp/data" (example)
Set sc = ..Adapter.FilePathSet(path)
// Write your code here
}