I have never used the SUBSTR function with a FILTER Transformation, so I am not sure if that works.
Try creating a one character field in an expression transformation, then passing it to the filter transformation.
If that doesn't work, see if a filter condition: CHK_FLD NE '~' works.
Good luck
I see two possibilities...
One - pass the row thru a Router Transformation using a filter of count. to continue the record on.
Two - Use a SQL Override in the Target Map to insert the row if the count is what you want it.
sa0309
Set up multiple Target Maps of the same Table and have each router go it its own Target.
We do this when we router inserts and deletes to one target map and deletes to another.
If you need to you can set up / override the DML in the target.
Scott
We have set up two Lookup Tables
1. Payment Type - Loss, Expense, and Reserve (3 rows)
2. Patment Fact Type - Direct and Ceded (2 Rows)
Include these two as columns in the Payment Fact Table
Since you want to update every row in the Table a Transformation will not work unless you process source transactions for every row.
I think your best bet would be to add the Update DML to the "Post SQL" for the Target Mapping in the Session.
Open the Session - Mapping Tab - Target - Scroll...
Hey - it has been reported that Mr. Zuckerberg has lost $9 Billion since the Facebook IPO.
He needs to try and recover the Stock by "any means necessary".
I personally have no social media accounts at all: wouldn't have the time to keep them up.
Yes - you need to Register what Informatica refers to as a "PLUG-IN" ...
1.Log into the Administration Console
2.Restart the Repository Service in Exclusive mode
3.Click the Repository Service button
4.Click the Plug-ins tab
5.Register the plug-in pmnetezza.xml found in server/bin/Plugin...
Adbhut
I have a suggestion...
Try using the following as a COND...
INCLUDE COND=(6,7,CH,EQ,C'NOUSER5',OR,6,8,CH,EQ,C'TVASQU2 ',OR,6,7,CH,EQ,C'ZZZZZZZ')
Not sure what the OPTION COPY VTOF is doing, but a VB File has 4 characters at the beginning which store the record length, so column 2 is...
Could you please post the Focexec: ADHOCRQ and the Focus File Definition (FFD) or Master File Definition (MFD) if you can get hold of it.
The message is relatively straightforward...either there is a Group Level field definition that is incorrect, or a character mask is being identifoed...
This was not a speech, but I remember seeing a commercial where a person was meeting with potential clients.
He started the presentation with... "Good Morning. But I digress.
Went to see a Proctologist the other day. I was surprised to find the waiting room packed.
The receptionist said the Doctor was getting a little behind in his work.
jcollier3
It has been a long time since I worked with FOCUS, but I see a couple of items you might want to change...
The field/flag: DISABLED is defined as A20 - if it is only going to be a 0 or 1, define it as A01 or Numeric.
Also the variable &DISABLED - you might try changing the variable...
bampi777
I suggest using a Router Transformation.
Send the one/first record with the date to one "stream", all other records to another stream. Then, concatenate the date before the flat file target.
You need to determine a column that can be used to determine which "stream" to take.
Hope...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.