cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Snap or Router Snap

amit_saroha
New Contributor III

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?

1 ACCEPTED SOLUTION

SpiroTaleski
Valued Contributor

@amit.saroha

Please find the attached pipeline:

TestPipe_2022_05_24.slp (10.3 KB)

BR,
Spiro Taleski

View solution in original post

6 REPLIES 6

@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”
}
}
]

SpiroTaleski
Valued Contributor

@amit.saroha

Please find the attached pipeline:

TestPipe_2022_05_24.slp (10.3 KB)

BR,
Spiro Taleski