I have a project requirement to read input files from COBOL, but Mosaic does not have COBOL connecter, to bring the files on to the platform.How can I bring the Files from COBOL Environment to use it for further transformations in Mosaic.
Project requirement to Read input files from COBOL and bring on Mosaic Platform
39 Views Asked by Abhijeet Vipat At
1
I have written a custom code in
java
, which connects to COBOL source and fetch the data and finally lands it to the Blob storage, and uploaded it to my GIT repository. Using Mosaic, I have invoked this custom java code asPre-Hook
.Now instead of
java
, you can also write your custom code inpython
and invoke it asPre-hook
orPost-hook
using Mosaic.