Search found 4 matches

by Ramzus
Mon Jul 29, 2019 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate json file
Replies: 9
Views: 8464

You wouldn't be choosing anything other than a sequential file. UCDI meant a technique where you build everything in a transformer, all the strings and structures coded by hand so the resulting file looks like a JSON file should look. As noted, the technique is only good for "small, non-nested...
by Ramzus
Sun Jul 28, 2019 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate json file
Replies: 9
Views: 8464

for small, non nested, extremely simple markup files, I am often willing to just generate them directly without any parsing/thinking/schema/etc. Its faster, easier to code, etc but its no good if you need to change it a lot over time. Most of this stuff does not change over time though. Just a thou...
by Ramzus
Sat Jul 27, 2019 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate json file
Replies: 9
Views: 8464

Thank yu Craig,
I have worked and i work with datastage but never with json, i'm seeing any errors, the json file is generated but is empty.
Thank you
by Ramzus
Thu Jul 18, 2019 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate json file
Replies: 9
Views: 8464

generate json file

Hi everybody I would like to generate a json file from oracle table, the first step i did a job to generate a sequential file from oc the second one, i tryed to compose a json file from sequetial file using Hiearchical Data stage, i prepared a shema json, the problem that my output(json file) still ...