04 Parameters & variables: Tips for Informatica PowerCenter Specialist Certification!

There will be 6 questions from this topic. You can go through the below sections in the Informatica PDF document to learn about Parameters & variables. Designer Guide Chapter 7: Mapping Parameters andVariables Advanced Workflow Guide  Chapter 15: Parameters and Variables inSessions Chapter 16: Parameter Files What to study & Where to focus Mapping Parameter […]

Read More

02 Exam topics! Informatica PowerCenter Specialist Certification.

You can find all the required Informatica PDF documentation in the links below! Informatica Documentation center Getting started:  Transformation Guide:  Designer Guide:  Transformation Language Reference  Workflow Basics Guide:  Informatica PowerCenter Data Integration 10: Developer, Specialist Certification. This is the second video in the tutorial series. This will give you clear idea about the test topics, […]

Read More

How to get only filename from find command in Linux?

How to get only filename from find command in Linux? Normally find command will retrieve the filename and its path as one string. If you want to display only the filename, you can use basename command.   find {file_path} -type f -iname {file_pattern}  -exec basename {} ; find infa/bdm/server/source/path -type f -iname “source_fname_*.txt” -exec basename {} ;     Search tags! How do I […]

Read More