Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cobol copybook transformation to XML

HI

Is there a way to do transformation of COBOL Copybook to XML to JSON in APIGEE...Can someone please provide pointers on the same?

Solved Solved
0 3 710
1 ACCEPTED SOLUTION

There is no builtin policy today that parses a COBOL copybook payload and extracts the information and transforms it into XML or JSON. You will need to code an extension. Your options are:

  • Java callout
  • Python callout
  • Nodejs target

A Javascript callout might also work, but using JavaScript to handle an octet stream is more challenging.

View solution in original post

3 REPLIES 3