Tuesday, December 10, 2024

OIC - How to create Multiple type fixed length file native schema(NXSD)

Usecase:

Here, we will see how to create NXSD for a multiple type fixed length file in Jdeveloper.

Detailed screenshots:

New >> from Gallery 


Search nxsd >> next shchema


Next


Give file name


Select fixed length >> select the fixed length file


Select multiple records are of different types


Provide root name and target namespace


Provide end position. Here 2 to uniquely identify the records. >> Scan


Select each record type and provide the field positions. Like here file header has 3 fields each size 2, 8, 9 so that position will be 2,10(2+10),19(1+8+9)



Provide all the field names


Nxsd is ready and test and save.



No comments:

Post a Comment

Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...