05-24-2022 06:55 AM
Hi,
I have an output coming out of a snap like A_20052022, B_20052022, C_20052022. How I can write three different files using these values? Can I use a copy snap or router snap?
Solved! Go to Solution.
05-24-2022 08:04 AM
05-24-2022 07:44 AM
@Spiro_Taleski - Thank you. Please see the below output -
[
{
“env:Envelope”:
{
“@xmlns:env”:
“http://schemas.xmlsoap.org/soap/envelope/”
“@xmlns:wsa”:
“WS-Addressing 1.0 Namespace”
“env:Header”:
{
“wsa:Action”:
“http://xmlns.oracle.com/apps/hcm/processFlows/core/flowActionsService/FlowActionsService/getIntegrat...”
“wsa:MessageID”:
“urn:uuid:ae30eca6-4e5f-40b5-a5dc-7fe503c0943e”
}
“env:Body”:
{
“ns0:getIntegrationContentIdResponse”:
{
“@xmlns:ns0”:
“http://xmlns.oracle.com/apps/hcm/processFlows/core/flowActionsService/types/”
“ns1:result”:
[
{
“@xmlns:ns1”:
“http://xmlns.oracle.com/apps/hcm/processFlows/core/flowActionsService/types/”
“@xmlns:ns0”:
“http://xmlns.oracle.com/apps/hcm/processFlows/core/flowControllerService/”
“@xmlns:xsi”:
“http://www.w3.org/2001/XMLSchema-instance”
“@xsi:type”:
“ns0:IntegrationContentVOSDO”
“ns0:Status”:
“SUCCEEDED”
“ns0:IntegrationName”:
“EBSPERSON”
“ns0:ContentId”:
“EBSPERSON_500329”
“ns0:ProcessId”:
“500329”
}
{
“@xmlns:ns1”:
“http://xmlns.oracle.com/apps/hcm/processFlows/core/flowActionsService/types/”
“@xmlns:ns0”:
“http://xmlns.oracle.com/apps/hcm/processFlows/core/flowControllerService/”
“@xmlns:xsi”:
“http://www.w3.org/2001/XMLSchema-instance”
“@xsi:type”:
“ns0:IntegrationContentVOSDO”
“ns0:Status”:
“SUCCEEDED”
“ns0:IntegrationName”:
“EBSPERSONADD”
“ns0:ContentId”:
“EBSPERSONAD_500329”
“ns0:ProcessId”:
“500329”
}
{
“@xmlns:ns1”:
“http://xmlns.oracle.com/apps/hcm/processFlows/core/flowActionsService/types/”
“@xmlns:ns0”:
“http://xmlns.oracle.com/apps/hcm/processFlows/core/flowControllerService/”
“@xmlns:xsi”:
“http://www.w3.org/2001/XMLSchema-instance”
“@xsi:type”:
“ns0:IntegrationContentVOSDO”
“ns0:Status”:
“SUCCEEDED”
“ns0:IntegrationName”:
“EBSPHONE”
“ns0:ContentId”:
“EBSPHONE_500329”
“ns0:ProcessId”:
“500329”
}
]
}
}
}
“httpHeaders”:
{
“Connection”:
“keep-alive”
“Content-Language”:
“en”
“Content-Length”:
“1955”
“Content-Type”:
“text/xml; charset=UTF-8”
“Date”:
“Tue, 24 May 2022 13:43:03 GMT”
“Referrer-Policy”:
“same-origin”
“SOAPAction”:
“”“”
“Set-Cookie”:
“JSESSIONID=; expires=Thu, 01-Jan-1970 01:00:00 GMT; path=/; HttpOnly;SameSite=None;Secure,_WL_AUTHCOOKIE_JSESSIONID=; expires=Thu, 01-Jan-1970 01:00:00 GMT; path=/; secure; HttpOnly;SameSite=None;Secure”
“Strict-Transport-Security”:
“max-age=31536000; includeSubDomains”
“X-Content-Type-Options”:
“nosniff”
“X-Frame-Options”:
“SAMEORIGIN”
“X-ORACLE-DMS-ECID”:
“005rw8YlitH2VOHLmu5EiZ0001P90007yK”
“X-ORACLE-DMS-RID”:
“0:3”
“X-XSS-Protection”:
“1; mode=block”
}
“original”:
{
“process_log_ID”:
124653
“job_result”:
“SUCCESS”
“job_message”:
“”
“flowTaskInstanceName”:
“HCM_to_EBS_Interface”
“flowInstanceName”:
“HCM_to_EBS_Interface_1_0028”
“FlowInstanceID”:
“300000038178667”
}
}
]
05-24-2022 08:04 AM