what is the command to get the list of files in a directory
in unix?
Answer Posted / usha
ls gives list of files
ls -ltr give all the detail information about the files
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the cumulative sum and moving sum?
What is the difference between router and filter?
4 yrs etl devloper roles and responsibilities?any body give solutions
How to do unit testing in informatica? How to load data in informatica ?
What is DR strategy for Informatica project?
what is SDLC way of code development?
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks
What is union transformation?
Difference between Data and Index Caches?
What are the differences between source qualifier and joiner transformation?
my source is junk data how will u remove that junk data by using unix please any one replay me
How can we delete duplicate rows from flat files?
What is the procedure for creating independent data marts from informatica 7.1?
What is a stored procedure transformation?
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?