Try it. Using this technique, it will work without append mode. When you have (say) 300 xml files in a single directory, a single Job run will read thru all of them, delivering parsed rows to your DataSet .....as though it was one big xml document.
Ernie
Search found 3835 matches
- Thu Aug 29, 2013 11:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Append operation for DataSet - output from xml input stage
- Replies: 3
- Views: 1876
- Wed Aug 28, 2013 5:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML requirement
- Replies: 4
- Views: 1332
The questions are answered in the prior post.....but here are some further instructions.... Open your xml in the xml metadata importer (under imports...table definitions). Expand the ENTIRE tree so that you can look at all of it. For your Parent-Child node section, check ONLY the inner-most boxes fo...
- Tue Aug 27, 2013 10:54 am
- Forum: General
- Topic: XML Input stage and Schema Location
- Replies: 1
- Views: 1401
- Tue Aug 27, 2013 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml tags not generating
- Replies: 7
- Views: 1996
- Tue Aug 27, 2013 6:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML requirement
- Replies: 4
- Views: 1332
- Mon Aug 26, 2013 9:17 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
...it's worth noting that (if you want to get really fancy) ISD supports some very complex constructs here --- you can ask ISD to apply xslt to the output payload, and you can also do things like capture only the HTTP header information. These are all the assignment settings that you will see for th...
- Mon Aug 26, 2013 9:14 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
- Sun Aug 25, 2013 8:44 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
I'm not surprised. I have never looked at the exact format of an xml REST response to an http GET (what your browser issues). There is likely some additional detail needed. When I do this technique with a custom SOAP payload, I often use an http or tcp trace facility to capture a whole payload with ...
- Sun Aug 25, 2013 6:12 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
- Sat Aug 24, 2013 7:43 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
- Sat Aug 24, 2013 5:43 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
- Fri Aug 23, 2013 2:41 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
- Fri Aug 23, 2013 2:38 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
My point here is to allow ISD to dictate the structure ....it will be in perfect JSON format, or XML if that is what you choose....and in the Job, REMOVE the xmlOutput Stage.... ...send the link DIRECTLY to the ISDOutput. You will get a simple hierarchy, albeit a nearly flat one. ...the receiver of ...
- Fri Aug 23, 2013 8:08 am
- Forum: General
- Topic: DS web service
- Replies: 6
- Views: 1953
- Thu Aug 22, 2013 9:58 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Create ISD job for a web service with RESTFUL JSON format
- Replies: 18
- Views: 15472
Best practice for your success: a) build the Job and publish it as REST binding with either JSON or XML format. ...both are VERY different formats, albeit similar from a tagging perspective. b) share the xsd, or share the JSON output with the callers. c) THAT becomes the standard. Don't fall into th...