I have a text file name x
With a text message. Word informatica
Is repeated for n number of times.
How to count the number of occurrence
Of word informatica
Of word informatic in this file x.
Answer Posted / kamleshmishra291
After SQ take exp trans
exp :
V_COUNT=V_COUNT+1
O_COUNT=V_COUNT
Aggr trans :
COUNT(O_COUNT)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
Explain pmcmd command usage in informatica
permutations of mapplet
How to differentiate between the active and passive transformations?
Explain the pipeline partition with real time example?
Explain the types of transformations?
Explain load alternative records / rows into multiple targets - informatica
What are connected or unconnected transformations?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
Repository user profiles
State the limitations where we cannot use joiner in the mapping pipeline?
Define update strategy?
Suppose we do not group by on any ports of the aggregator what will be the output?
What is a snowflake schema?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.