Hi,Currently, I am sending an error email notification with the CSV attachment. The attachment gets generated with no content. Can anyone please help me to resolve this issue. Regards,Carol
How to convert fixed length file into xml using a groovy script and group based on first field for the below sample file: 11111111111111111111111111111 +1X1X1X1X1X SSSSSS - ABC Primary11111111111111111111111111111 +1X1X1X1X1X SSSSSS - ABC Primary1111...
Hi Ash,Hope the below blog helps you to answer your queryhttps://community.sap.com/t5/technology-blogs-by-members/streamlining-integration-zipping-multiple-files-in-sap-cpi/ba-p/13576941Thanks & Regards,Carol Pereira
Hi Jwan,Create the hashmaps and store the source fields and then create a graphical mapping, using a custom function i.e., get method you can map the the required fields from hashmap to their respective target fields.You can refer the below blog: htt...
Update: This is resolved using groovy script to convert the fixed length file into XML payload and then used XSLT mapping to group the records based on specific fields.
Hello Akshay,Can you use below expression in CPI and try once count(/*:Workbook/*:Worksheet[@*:Name='Credit Cards']/*:Table/*:Row)I hope it works Regards,Carol Pereira