ONE FLAT FILE IS THERE WHICH IS COMMA DALAMETED . HOW TO
CHANGE THAT COMMA DELEMITER TO ANY OTHER AT THE TIME OF
RUNNING ?
Answer Posted / abhinav
@Divi: I did not understand your answer. Can somebody
please explain what exactly did Divi suggest doing?
I can only think of using a pre-session shell script to
replace all commas with any other delimiter.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the fact table?
Define mapplet?
How do you load first and last records into target table?
What is an unconnected transformation?
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 are the new features of informatica 9.x at the developer level?
what are the Methods For Creating Reusable Transformations?
pmscmd startworkflow -sv
Can informatica load heterogeneous targets from heterogeneous sources?
What is resilience time?
What is lookup transformation?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
Can we change Dynamic to Static or Persistent cache? If so what happens?
Slowly changing dimensions, types and where will you use them
Why do you use Mapping Parameter and mapping variable?