Search found 3835 matches

by eostic
Mon Aug 12, 2019 9:56 am
Forum: General
Topic: Thank you everyone!
Replies: 6
Views: 6893

Thank you everyone!

Hi all. Hope all is well. Tomorrow is my last day at IBM. I will be taking a management role at MANTA (www.getmanta.com ), a player in the metadata integration and data lineage space. Thanks for all the experiences with XML, JSON, Server Jobs, IGC, data lineage, Glossary stuff, and so much more........
by eostic
Mon Jul 22, 2019 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate json file
Replies: 9
Views: 8608

As Craig notes, more detail is needed...you need to map the "lists" from your imported JSON (in the Library Manager you can review it, or at the "root" part of the JSON composer).....this is a very difficult stage to learn initially..... browse also any/all of the xml compose or ...
by eostic
Mon Jun 17, 2019 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage JDBC Connector Ingest Data to Apache Kudu
Replies: 2
Views: 4002

Hi. I don't have any experience with Kudo, but in past threads here and elsewhere over the years, I've heard many people talk about loading to their hive and hive related tables using direct writes to the hdfs files that they are abstracting....much faster.....usually using the File Connector. Ernie
by eostic
Tue May 28, 2019 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WebService Time Out
Replies: 5
Views: 4825

Try this...it might provide you with some options, if the change in payload is impacting the default output link parsing.... ....by default, the stage takes the details for parsing the output link from the WSDL itself...but at times, the WSDL might be wrong, incomplete, edited, or for some other des...
by eostic
Tue May 28, 2019 7:59 pm
Forum: General
Topic: Retiring, but never shy
Replies: 4
Views: 4429

Congratulations! That's wonderful. Happy for you, and yes...come visit!

Ernie
by eostic
Fri May 03, 2019 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Repetitions in XML
Replies: 1
Views: 2594

Repetition Element is merely an "indicator".....for an element in the "deepest node that you care about" and that "reliably" always exists in the document. That element controls whether the Stage thinks that the node is "missing" or "present", and de...
by eostic
Fri May 03, 2019 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hierarchical Stage:sort join issue with parent -child switch
Replies: 9
Views: 7298

A couple of things... 1. the first scenario, name telephone....they can easily be parsed and retrieved all on one single output link, exactly as you have it. You only need a single link for all directly nested nodes. So in your case, it doesn't sound like you have 24 complete "paths" thru ...
by eostic
Mon Apr 29, 2019 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hierarchical Stage:sort join issue with parent -child switch
Replies: 9
Views: 7298

What is your ultimate goal? Are you writing xml that is coming from many different relational tables? ...or parsing/reading incoming XML and putting together a result? Also...spend time reviewing an actual document itself...if everything is entirely unbounded, it often means that "it was the si...
by eostic
Thu Apr 25, 2019 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Json parsing multiple layers
Replies: 5
Views: 5200

Great job! Thanks for sharing.
by eostic
Wed Apr 17, 2019 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Write Header and Footer - CData
Replies: 5
Views: 4447

I can imagine some possibilities, but there is too much room for interpretation. Can you describe the issue in a bit more detail? ...perhaps outline some of the resulting xml you are seeing and what you "want" to see?

Thanks.

Ernie
by eostic
Tue Apr 16, 2019 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Json parsing multiple layers
Replies: 5
Views: 5200

The biggest key to parsing structures in the hierarchical stage is in the very first thing you need to do when you arrive at the mapping page.....before you do ANYTHING else, first map "the lowest level list that you care about" to the list of the output link..... Blue list icon to blue li...
by eostic
Mon Apr 15, 2019 7:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Write Header and Footer - CData
Replies: 5
Views: 4447

Thank you for the kind words. Glad these resources have been helpful. I havent done cdata stuff in awhile, but recall researching this in depth and concluding that it cant be done with the hierarchical stage.....needing still the xmlOutput Stage....which, for subtle reasons like this, is still fully...
by eostic
Mon Apr 15, 2019 7:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List to Group in XML Stage
Replies: 7
Views: 7639

There are MANY nuances for the hierarchical stage. Critical best practice one is to always map your bottom list first, to your output link, before you do ANYTHING else. Second....one repeating path per output link. Third....parse and get out......do joins and aggregations outside of the stage. There...
by eostic
Mon Apr 15, 2019 7:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can old XML Input Stage use new XSD Schema Library?
Replies: 1
Views: 11942

It has been awhile since I tried it but I seem to recall there being an issue where it appends the schema location with the fully qualified Engine subdirectory.

Ernie