Forum Discussion
Hi @Sanssnap
I don’t think this is possible at the moment. However, we do have a CopyBook snap which is able to read from a Mainframe and output JSON. We reached out to the snap maintainers and it would be possible to go the other direction. This work would need to be spec’d and implemented. If you do want to pursue this, speaking with your SnapLogic CSM to discuss an enhancement request is probably a good next step.
- nganapathiraju9 years agoFormer Employee
Did you try the schema.tablename in the query?
- krupalibshah9 years agoContributor
Yeah, but still got the same error.
It got solved, not sure how.But now when I am trying to use the same insert query in different ways I get this error,
Content of Json generator:
[
{"ACTIONNAME": "Audit", "TRANSACTIONID": "536b983a-bb79-4a0f-afa7-6c3b4a8890b9", "ENTRYTIMESTAMP": "2017-08-10T08:37:22.882", "EXITTIMESTAMP": "2017-08-10T08:37:22.882", "SOURCESYSTEMNAME": "_sSName", "TARGETSYSTEMNAME": "_tSName", "PIPELINEPROJECT": "PipelineProject", "PARENTPIPELINENAME": "_parentPipelineName", "CHILDPIPELINENAME": "_childPipelineName", "ASSOCIATEDPIPELINE": "_associatedPipeLines", "USERNAME": "_userId", "SNAPLEXNAME": "SnaplexName", "PARENTPIPELINEINSTANCEID": "_parentPipelineInstanceID", "CHILDPIPELINEINSTANCEID": "_childPipelineInstanceId", "BATCHID": "_batchID", "BUSINESSID": "_businessID", "STATUS": "_status" }
]
Output of Mapper1 where we are getting error
Output of Mapper2 where it runs fine
Related Content
- 4 months ago
- 3 years ago
- 3 years ago
- 11 months ago