Search found 21 matches

by ymadden@bmi.com
Mon Jul 21, 2014 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage decimal_from_string
Replies: 7
Views: 6047

Hi Ray, It seems the string_trim function only removes leading or trailing characters. It has no effect on the characters in the middle of the string. As for avoiding a Transformer - The files that we are loading do not all contain the same columns. By using schema files and by passing modify stage ...
by ymadden@bmi.com
Wed Jul 16, 2014 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage decimal_from_string
Replies: 7
Views: 6047

This is essentially what we ended up doing. The jobs were already set up to allow sed commands to be passed in for pre-processing. We used a more complicated regular expression though, to avoid destroying the comma delimiters in the csv files. We also tried specifying a c_format string, taking from ...
by ymadden@bmi.com
Tue Jul 08, 2014 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage decimal_from_string
Replies: 7
Views: 6047

I was hoping to avoid using a transformer. I was also hoping that since they allow the use of date format masks for date conversions in the modify spec, that they would also allow the use of number format masks. The files that we are loading do not all contain the same columns. By using the schema f...
by ymadden@bmi.com
Tue Jul 08, 2014 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage decimal_from_string
Replies: 7
Views: 6047

Modify Stage decimal_from_string

We have a DataStage job that reads multiple delimited-file formats using a sequential file stage and various schema files. We then use a modify stage to rename columns so that they line up with an interface table in our database. We are having problems reading certain numeric fields from the delimit...
by ymadden@bmi.com
Mon Mar 24, 2014 8:07 am
Forum: IBM QualityStage
Topic: Dynamic classification and word replacement
Replies: 2
Views: 4267

Dynamic classification and word replacement

Is there a way to automate the provisioning of Standardization classification files and lookup tables, or classification overrides? Could these be generated at runtime based on a database table of word replacements? Our users need to be able to add new tokens for classification and abbreviation repl...
by ymadden@bmi.com
Fri Jan 31, 2014 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMLStage HJoin incompatible keys
Replies: 2
Views: 1938

Thanks Ernie, this was mostly a learning exercise for myself to get familiar with the Assembly. I was able to move past the error by changing from Strict to Minimal Validation in the Parser step. Somewhere in the documentation I saw a blurb that indicated minimal validation treats all data types as ...
by ymadden@bmi.com
Thu Jan 30, 2014 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMLStage HJoin incompatible keys
Replies: 2
Views: 1938

XMLStage HJoin incompatible keys

I'm hoping this is a simple question, I couldn't find anything in the forum, documentation or the almighty Google though... I'm trying to use the XMLStage to transform some rather complex xml documents. The document has several lists that are related by ID and IDREF typed elements. I can't get past ...
by ymadden@bmi.com
Tue Oct 15, 2013 9:20 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Installing IADB on Oracle
Replies: 2
Views: 4260

Installing IADB on Oracle

We're running IIS8.7 with IADB on our services/metadata tier DB2 LUW instance. DB2 is giving us headaches, so we're considering setting up IADB on Oracle. The planning and installation guide talks about running scripts to create the metadata repository database (XMETA), but says nothing about buildi...
by ymadden@bmi.com
Sat Aug 24, 2013 1:32 pm
Forum: IBM QualityStage
Topic: MNS-type functionality for customer products
Replies: 1
Views: 3547

MNS-type functionality for customer products

I would like to take the concept of the MNS country specific address standardization rules and apply it to Customer specific product standardization rules. I could supply a customer code, just as a country code is passed for MNS addresses, and have a different standardization rule executed based on ...
by ymadden@bmi.com
Wed Apr 17, 2013 7:15 pm
Forum: IBM QualityStage
Topic: Multi-valued domain matching
Replies: 5
Views: 5415

That billion row question is the exact one I am asking myself now. I've read back over the documentation and can see how we can restructure the billion rows by combining records to have vector columns. Has anyone ever actually used a vector column in a match command, and what were the benefits (perf...
by ymadden@bmi.com
Sun Apr 14, 2013 9:38 am
Forum: IBM QualityStage
Topic: Multi-valued domain matching
Replies: 5
Views: 5415

thanks Ray. Our data is in relational tables, so there's a Company table and a Contacts table. In reality, they're not company and contacts, those are just simple examples. We also have other multi-valued attributes of the business objects that we need to match on. Some of these need to be used in b...
by ymadden@bmi.com
Wed Apr 10, 2013 11:57 am
Forum: IBM QualityStage
Topic: Multi-valued domain matching
Replies: 5
Views: 5415

Multi-valued domain matching

I'm not sure if the post title is accurate. Maybe that is why I'm not getting any search hits. We have a requirement to match on attributes that can have multiple values, e.g., the multiple contacts below Reference Set - Company A, Contacts {Person A, Person B, Person C} Company B, Contacts {Person ...
by ymadden@bmi.com
Mon Mar 25, 2013 12:32 pm
Forum: IBM QualityStage
Topic: Predefined Rule Sets
Replies: 2
Views: 3861

Bingo! Thanks
by ymadden@bmi.com
Mon Mar 25, 2013 7:34 am
Forum: IBM QualityStage
Topic: Predefined Rule Sets
Replies: 2
Views: 3861

Predefined Rule Sets

The documentation for QS says that there are several predefined rule sets located on the "InfoSphere Information Server file directory." This includes a GENPROD rule set that demonstrates processing product description data. I have searched my client machine and both engine and services ti...
by ymadden@bmi.com
Sat Mar 09, 2013 12:09 pm
Forum: IBM QualityStage
Topic: Reference Match Input Considerations
Replies: 12
Views: 8276

Point taken. Thanks. We still have a lot to learn about this platform.